deploy + accounts

It's a collection of scripts to make development faster.

Deploy

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 deploys

Accounts

node accounts

Write contract addressed to be consumed by front-end and smart contracts.

Last updated