- Built using buidler/hardhat
- Contracts based on OpenZeppelin
- Move to repo folder
cd smart-contracts
- Install dependencies
yarn
- Run tests
yarn test
- in its own terminal tab run:
npx buidler node
- Run test with
GAS
profilingyarn test-with-gas
- See project nft-minting-scripts
- Responsible for indexing events/data from the Digitalax contracts
- Hosted subgraph details can be found here