Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.38 KB

Steps to get the API keys

We are using Infura's IPFS API and its dedicated gateway to connect seamlessly and reliably to the IPFS network. Therefore we need the required API keys from their website.

Lets grab the API keys...

1. Sign-up and log in to infura.io. After logging in, go to your dashboard.

2. Click on the Create New Key button on the top right corner. Choose IPFS as network and provide a name to your key.

3. Copy the Project id and the API key and paste it inside the .env file.

4. Follow the steps of client/README.md and copy the SECRET Key from the 3rd step and paste it inside the .env file.


Available Scripts

In the project directory, you can run:

npm run dev

Runs the express server in the development mode using nodemon.
Open http://localhost:8080 to view it in your browser.

You can change the PORT number from the .env file too You may also see any lint errors in the console.