Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```