Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/byteab/wave-solidity

wave at me smart contract build with solidity
https://github.com/byteab/wave-solidity

Last synced: about 1 month ago
JSON representation

wave at me smart contract build with solidity

Awesome Lists containing this project

README

        

# Wave at me!!

a solidity smart contract for collecting waves and its associated message.
build with the help of hardhat.

for testing
```shell
npx hardhat scripts/run.js
```

for deploying
```shell
npx hardhat scripts/deploy.js --network
```

for running a local network
```shell
npx hardhat node
```