Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created January 15, 2022 00:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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