Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmigone/trust-contract
Lock funds in a wallet, claim them later
https://github.com/tmigone/trust-contract
Last synced: 12 days ago
JSON representation
Lock funds in a wallet, claim them later
- Host: GitHub
- URL: https://github.com/tmigone/trust-contract
- Owner: tmigone
- Created: 2022-04-21T14:55:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T21:17:09.000Z (over 2 years ago)
- Last Synced: 2024-10-19T19:59:30.340Z (18 days ago)
- Language: TypeScript
- Size: 843 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
Try running some of the following tasks:
```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
```