Contract

Dev-contract:

Quick start

1. Make sure you have installed [rust](https://rust.org/).

2. Install the [`NEAR CLI`](https://github.com/near/near-cli#setup)

You can automatically compile and deploy the contract in the NEAR testnet by running:

./deploy.sh 

Once finished, check the neardev/dev-account file to find the address in which the contract was deployed:

cat ./neardev/dev-account
# e.g. dev-1659899566943-21539992274727

Last updated