Created
June 11, 2022 07:58
-
-
Save mhassanist/48178e3cc4cadd8b23fd61b549612608 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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