Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created January 15, 2022 00:58
Show Gist options
  • Save topherPedersen/22764a8a964e439a89e80657712ea739 to your computer and use it in GitHub Desktop.
Save topherPedersen/22764a8a964e439a89e80657712ea739 to your computer and use it in GitHub Desktop.
Solana 101: Terminal Commands to Deploy Rust Program to Solana Blockchain (from Figment.io's Solana 101 Course)

$ yarn run solana:build:program

$ solana program deploy /home/zu/project/figment/learn-web3-dapp/dist/solana/program/helloworld.so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment