This repo is to demonstrate how you would set up the MoNA smart-contract development environment using HardHat to do most of the heavy lifting for you. Head on over to the ./test
folder to examine the javascript files that thoroughly test the smart-contract, which latter you will find in ./contracts
.
1) Fire up your favourite console & clone this repo somewhere:
❍ git clone https://github.com/museum-of-nifty-art/monarepo.git
2) Enter this directory & install dependencies:
❍ cd monarepo && npm install
3) Set the tests going!
❍ npx hardhat test
Happy testing!