Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.33 KB

image image image image

COTI Hardhat Template

image

Welcome to the COTI Hardhat Template, a simple template to get started with smart contract development on COTI with Hardhat and TypeScript.

The template demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.

Documentation

Full API documentation is available in the COTI docs

Build and Install

npm install

Testing

npx hardhat test

To report an issue, please see the issues tab.