Solana program to create movie reviews and earn tokens.
solana config set --url devnet
solana airdrop 2
x2solana balance
anchor build
solana address -k target/deploy/solana_movies_tokens-keypair.json
- Replace Program ID in
lib.rs
andAnchor.toml
anchor build
(again)anchor deploy
anchor test --skip-build --skip-deploy
(Only works in Devnet and the first time with the same Program ID)