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
- Host: GitHub
- URL: https://github.com/raid-guild/monsters-maps-dapp
- Owner: raid-guild
- License: mit
- Created: 2021-09-06T22:41:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T11:12:45.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T03:16:09.367Z (about 1 year ago)
- Language: JavaScript
- Size: 6.49 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...

---