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

https://github.com/raid-guild/monsters-maps-dapp

Monsters & Maps (For Adventurers) - Cloned from https://github.com/austintgriffith/scaffold-eth
https://github.com/raid-guild/monsters-maps-dapp

Last synced: 11 months ago
JSON representation

Monsters & Maps (For Adventurers) - Cloned from https://github.com/austintgriffith/scaffold-eth

Awesome Lists containing this project

README

          

# 👹 Monsters & Maps (For Adventurers)

> forked from Scaffold-Eth nifty-viewer branch to build out a UI for users of Monsters & Maps.

---

required: [Node](https://nodejs.org/dist/latest-v12.x/) plus [Yarn](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads)

```

```bash

yarn install

```

```bash

yarn start

```
*Please use your own provider app id rather than the infura one in .env.example. And make sure to change the values in `constants.js`*

📝 Edit **NFT_CONTRACT_ADDRESS** and **NFT_CONTRACT_ABI** in `constants.js` in `packages/react-app/src`

📝 Edit your frontend `App.jsx` in `packages/react-app/src`

📡 Select your `targetNetwork` in `App.jsx`

📱 Open http://localhost:3000 to see the app

> (You might need to use the IPFS block instead of the Axios stuff if you are loading from IPFS)

📝 Don't forget to update the **INFURA_ID** in `constants.js` in `packages/react-app/src` before you deploy to prod...

![image](https://media.discordapp.net/attachments/777649232202039326/884633802931068969/unknown.png?width=600)

---