Skip to content

Latest commit

 

History

History

solidity

Solidity Contracts: Kaleido Developer Challenge

This folder demonstrates how to compile, test, and deploy two sample solidity contracts with Hardhat. View the Hardhat docs here

Sample contracts

Install Dependencies

npm i

Compile Smart Contracts

npm run compile

Test Smart Contracts

npm run test

Deploy Smart Contracts to FireFly

npx hardhat run scripts/deploy.ts --network firefly