# solana-demo **Repository Path**: solanatech/solana-demo ## Basic Information - **Project Name**: solana-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Usage with docker start node node-genesis|node-2 ``` ./start.sh [genesis|2] ``` destroy node node-genesis|node-2 and clean ledger data ``` ./cleanup.sh [genesis|2] ``` # Usage without docker ``` node-genesis/start.sh node-2/start.sh ``` # Faucet and Airdrop # Help The following offical documents help you learn solana-demo. ## Starting a Validator https://docs.solana.com/running-validator/validator-start ## bench-tps https://docs.solana.com/cluster/bench-tps # Other ## devnet url ``` solana config set --url http://api.devnet.solana.com #In Chain, if above is not ok, You can use IP like: solana config set --url http://147.28.133.107 ```