Rust & react app that makes it easy for people to join Solana Blockchain. (https://welcome-party.netlify.app/)
solana config set --url localhost
Update your Anchor.toml file if need be
anchor test
anchor run copy-idl
solana-test-validator
anchor build
anchor deploy
solana address -k target/deploy/samo_manager-keypair.json
cd app
export REACT_APP_CLUSTER_URL=http://127.0.0.1:8899
# export REACT_APP_CLUSTER_URL=https://api.devnet.solana.com
# export REACT_APP_CLUSTER_URL=https://api.mainnet-beta.solana.com
npm run start
solana config set --url devnet
- And update your Anchor.toml file
- Airdrop yourself some money if necessary:
solana airdrop 5
anchor build
anchor deploy
For installation and example instructions: