Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 398 Bytes

Coinly Smart Contract

This project was built with Hardhat. It comes with 3 contracts; Governance, Token Contract, Transaction and Yield Farm contract current hosted on the Eth reposten test network.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help