Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 496 Bytes

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