Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add real api #23

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npx hardhat help
1. `npx hardhat node` or `npx hardhat node --hostname 127.0.0.1`
2. `npx hardhat run scripts/deploy.js --network localhost`

> ℹ️ Connect metamask to Localhost:8545: RPC URL: http://localhost:8545 | Chain ID: 31337
> ℹ️ Connect metamask to Localhost:8545: RPC URL: http://localhost:8545 | Chain ID: 31337

### Deploy

Expand All @@ -42,7 +42,7 @@ npx hardhat help

Add and `.env` under `/frontend` folder with the following instruction:

`SKIP_PREFLIGHT_CHECK=true`
`SKIP_PREFLIGHT_CHECK=true`

See more [details](https://newbedev.com/javascript-skip-preflight-check-true-to-an-env-file-in-your-project-code-example)

Expand All @@ -64,3 +64,10 @@ Run the following command to perform the unit tests:
**Test coverage**

`npx hardhat coverage`

### Deployed on heroku

Deployment commands

- git push heroku master
- git push heroku feature/add-real-api:master
Loading