Skip to content

Instantly share code, notes, and snippets.

@mhassanist
Created June 11, 2022 07:58
Show Gist options
  • Save mhassanist/48178e3cc4cadd8b23fd61b549612608 to your computer and use it in GitHub Desktop.
Save mhassanist/48178e3cc4cadd8b23fd61b549612608 to your computer and use it in GitHub Desktop.
yarn
yarn test
near login
near dev-deploy
near deploy
near create-account a1.mhassanist.testnet --masterAccount mhassanist.testnet --initialBalance 1
near deploy a1.mhassanist.testnet ./build/release/helloworld.wasm
near call a1.mhassanist.testnet writeSomething '{"message":"Hello Saleh", "toWho":"msaudi.testnet"}' --accountId mhassanist.testnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment