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 test
Before 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.