1.Download node.js v12.19.0 via this link: https://nodejs.org/en/download/
2. Install NEAR command line : npm install -g near-cli
3. Set system environment variables; export NEAR_ENV=mainnet:
4. Clike "near login" to Wallet
(This will link to your browser wallet, click on "Allow")
5. Example of sending a transaction
Sender: hotbittest.near
Receiver: 0e0af455671adfa06bf047b9b4c3127b44c31cf4a4869b573fa9e659831df74b
Amount: 1
near send hotbittest.near 0e0af455671adfa06bf047b9b4c3127b44c31cf4a4869b573fa9e659831df74b 1
Comments
0 comments
Article is closed for comments.