Solana decentralized application like Twitter.
yarn install
cargo install
localnet
anchor build
solana-test-validator (or with --reset)
anchor deploy
anchor test --skip-local-validator
devnet
anchor build
anchor deploy
# Copy the new IDL to the frontend.
anchor run copy-idl