Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulkp220/wave-dapp
A fun application using solidity, ether.js and hardhat
https://github.com/rahulkp220/wave-dapp
Last synced: 13 days ago
JSON representation
A fun application using solidity, ether.js and hardhat
- Host: GitHub
- URL: https://github.com/rahulkp220/wave-dapp
- Owner: rahulkp220
- License: mit
- Created: 2022-02-28T07:49:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T08:23:50.000Z (almost 3 years ago)
- Last Synced: 2024-12-08T14:42:13.223Z (15 days ago)
- Language: JavaScript
- Size: 307 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wave :tada: project using Hardhat and Alchemy
Project that uses [hardhat framework](https://hardhat.org/) built for easy ethereum deployment, [alchemy](alchemyapi.io) for easy deployment and nodejs for everything else.The frontend uses repl.it for quick and easy react.js based UI deployment.
![wave-dapp](screenshots/wave-dapp.png)
### run a quick blockchain test locally
```shell
npx hardhat run scripts/run.js --verbose
```### deploy test locally
```shell
npx hardhat run scripts/deploy.js --verbose
```### deploy over renkibey test network
```shell
npx hardhat run scripts/deploy.js --network rinkeby
```### Other helpful commands
```shell
npx hardhat accounts
npx hardhat help
```### Important links
- [Renkibey Faucet](https://faucet.rinkeby.io/) for getting test ethereum im your `metamask` account
- [Etherscan](https://rinkeby.etherscan.io/) to verify any transaction