synthetic-loot-viewer
synthetic-loot-viewer copied to clipboard
browse synthetic loot
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, 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.
To learn more about what create-react-app offers, you can read
its documentation.
Deploy client to IPFS using ipfs-deploy
- Install ipfs-deploy
npm install -g ipfs-deploy
- Deploy app
npx ipfs-deploy build
- Visit the HTTP gateway URL to check if it worked.