Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alecrem/unchain-my-wave-portal
https://github.com/alecrem/unchain-my-wave-portal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alecrem/unchain-my-wave-portal
- Owner: alecrem
- Created: 2022-02-26T14:02:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T08:51:18.000Z (almost 3 years ago)
- Last Synced: 2023-08-24T04:12:01.657Z (over 1 year ago)
- Language: Solidity
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic ETH dApp contract for Rinkeby
Test the contract:
```shell
npx hardhat run scripts/run.js
```Deploy the contract to Rinkeby Test Network:
```shell
npx hardhat run scripts/deploy.js --network rinkeby
```- [Frontend counterpart repository](https://github.com/alecrem/unchain-dApp-starter-project)
- Frontend deployed here: https://my-wave-portal-xi.vercel.app/## Basic Hardhat 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
```