Under active development.
Goals:
- For all contracts in
contracts/*
, automatically deploy to testnet, generate bindings, and import insrc/contracts/*
. - Make it just as easy to rely on 3rd-party, already-deployed contracts
- Support multiple contract environments
- development/local ("standalone")
- testing/local
- staging/testnet
- production/mainnet
cp .env.example .env
npm install
npm run dev