Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 721 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 721 Bytes

🔧 🚧 MoNA's Smart Contracts.

 

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.

📃 Instructions

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!