Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interest-protocol/library
Library contracts for Interest Protocol
https://github.com/interest-protocol/library
ethereum smart-contracts solidity
Last synced: 2 months ago
JSON representation
Library contracts for Interest Protocol
- Host: GitHub
- URL: https://github.com/interest-protocol/library
- Owner: interest-protocol
- Created: 2022-07-29T13:17:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T06:08:20.000Z (about 2 years ago)
- Last Synced: 2024-05-29T22:30:38.890Z (8 months ago)
- Topics: ethereum, smart-contracts, solidity
- Language: Solidity
- Size: 272 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```