Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 268 Bytes

File metadata and controls

9 lines (7 loc) · 268 Bytes

MetaResolvers

TODO: Fill README

Running Tests Locally

  • Install dependencies: npm install
  • Build contracts: npm run build
  • In one terminal tab, spin up a development blockchain: npm run chain
  • In another terminal tab, run the test suite: npm test