Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/byteab/wave-solidity
- Owner: byteab
- Created: 2021-09-24T09:26:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T09:35:21.000Z (over 3 years ago)
- Last Synced: 2024-10-14T08:27:37.826Z (3 months ago)
- Language: JavaScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```