deploy + accounts
It's a collection of scripts to make development faster.
node deploy [--init --clean --create --build]
❗️Passing clean options wipe out contracts state
Contracts are deployed if no option or only init is passed.
--init
: deploys and calls init function--clean
: deletes NEAR accounts for contracts--build
: builds contracts--create
: create accounts for contract deploysnode accounts
Write contract addressed to be consumed by front-end and smart contracts.
Last modified 2yr ago