Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylf/waveportal-smart-contract
A web3 project from the https://buildspace.so/ web3 app course.
https://github.com/dylf/waveportal-smart-contract
ethereum hardhat smart-contracts solidity solidity-contracts web3
Last synced: 10 days ago
JSON representation
A web3 project from the https://buildspace.so/ web3 app course.
- Host: GitHub
- URL: https://github.com/dylf/waveportal-smart-contract
- Owner: dylf
- Created: 2021-09-11T23:12:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T23:13:04.000Z (over 3 years ago)
- Last Synced: 2024-11-07T01:42:23.602Z (about 2 months ago)
- Topics: ethereum, hardhat, smart-contracts, solidity, solidity-contracts, web3
- Language: Solidity
- Homepage: https://waveportal-baseline-student.basicallydead.repl.co
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Wave Portal
A web3 project from the [_buildspace](https://buildspace.so/) Web3 App course.
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
```