asterizmprotocol
v1.5.1
Published
Documentation: [DOCS.md](./DOCS.md) and [Asterizm Docs](https://docs.asterizm.io/)
Downloads
121
Maintainers
Readme
Asterizm Protocol contracts
Documentation: DOCS.md and Asterizm Docs
Run tests:
npm i
cp .env.example .env
npx hardhat node
# Update "..._LOCALHOST" variables in .env file (get data from node command)
npx hardhat testBefore the deployment you will also need to update your .env file:
- add scan API keys for networks that are used;
- add owner data;
- add Fireblocks config if it is used.
All private data is stored inside .env file.
