Skip to content

Commit

Permalink
📝 add simple guideline for setup env file
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Nov 3, 2022
1 parent c636984 commit 99ddd5c
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,7 @@
yarn install
```

## Usage

```sh
yarn dev
```

## Run tests

```sh
yarn test
```
Remember to create `.env` file from `.env.example` then deploy smart contract and open web app.

## Hardhat guideline

Expand Down Expand Up @@ -74,6 +64,18 @@ npx solhint 'contracts/**/*.sol'
npx solhint 'contracts/**/*.sol' --fix
```

## Usage

```sh
yarn dev
```

## Run tests

```sh
yarn test
```

## Etherscan verification

To try out Etherscan verification, you first need to deploy a contract to an Ethereum network that's supported by Etherscan, such as Ropsten.
Expand Down

0 comments on commit 99ddd5c

Please sign in to comment.