Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 793 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 793 Bytes

synthetic loot viewer

View synthetic loot by wallet address or ENS

References

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

  1. Install ipfs-deploy
npm install -g ipfs-deploy
  1. Deploy app
npx ipfs-deploy build
  1. Visit the HTTP gateway URL to check if it worked.