Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 780 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 780 Bytes

solidity_blockchain_contracts

Deployed

Simple bank (StakeContract): 0xf4E436B51ed0FFd9C74B5dEf2864Ec45d9bAB4bC

WIP restaking (RestakeContract): 0xC07c1d5B304eC5c7163892b88C76d141e1192021

From a sample initial Hardhat Project

This project 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.

Try running some of the following commands:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts