Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alecrem/unchain-my-wave-portal


https://github.com/alecrem/unchain-my-wave-portal

Last synced: about 1 month ago
JSON representation

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