https://github.com/stephancill/synthetic-loot-viewer
browse synthetic loot
https://github.com/stephancill/synthetic-loot-viewer
loot web3
Last synced: 4 months ago
JSON representation
browse synthetic loot
- Host: GitHub
- URL: https://github.com/stephancill/synthetic-loot-viewer
- Owner: stephancill
- License: gpl-3.0
- Created: 2021-09-01T21:03:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T16:41:58.000Z (about 4 years ago)
- Last Synced: 2025-04-11T23:43:33.707Z (6 months ago)
- Topics: loot, web3
- Language: JavaScript
- Homepage: https://loot.stephancill.co.za
- Size: 331 KB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# synthetic loot viewer
View synthetic loot by wallet address or ENS
## References
* Images - https://github.com/jordanmessina/loot-layers## Running the Dapp
This project uses [`create-react-app`](https://create-react-app.dev/), so most
configuration files are handled by it.To run it, you just need to execute `yarn start` in a terminal, and open
[http://localhost:3000](http://localhost:3000).To learn more about what `create-react-app` offers, you can read
[its documentation](https://create-react-app.dev/docs/getting-started).### Deploy client to IPFS using [ipfs-deploy](https://github.com/ipfs-shipyard/ipfs-deploy)
1. Install ipfs-deploy
```
npm install -g ipfs-deploy
```2. Deploy app
```
npx ipfs-deploy build
```3. Visit the HTTP gateway URL to check if it worked.