Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaellaurindo/web3-todo-list-app
A simple to do list app built with web3
https://github.com/rafaellaurindo/web3-todo-list-app
ethereum ethereum-contract metamask solidity web3
Last synced: 2 days ago
JSON representation
A simple to do list app built with web3
- Host: GitHub
- URL: https://github.com/rafaellaurindo/web3-todo-list-app
- Owner: rafaellaurindo
- License: mit
- Created: 2023-01-17T03:20:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T03:23:45.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T08:51:09.554Z (2 months ago)
- Topics: ethereum, ethereum-contract, metamask, solidity, web3
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```