8000 GitHub - KevinFiorentino/solana-movies-tokens: Solana program to create movie reviews and earn tokens
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KevinFiorentino/solana-movies-tokens

Repository files navigation

Solana Movies and Tokens Program

Solana program to create movie reviews and earn tokens.

Fund wallet

  • solana config set --url devnet
  • solana airdrop 2 x2
  • solana balance

Deploy program

  • anchor build
  • solana address -k target/deploy/solana_movies_tokens-keypair.json
  • Replace Program ID in lib.rs and Anchor.toml
  • anchor build (again)
  • anchor deploy

Initialize Token Mint

  • anchor test --skip-build --skip-deploy (Only works in Devnet and the first time with the same Program ID)

About

Solana program to create movie reviews and earn tokens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0