Skip to content

stephancill/synthetic-loot-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.