Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 568 Bytes

File metadata and controls

32 lines (19 loc) · 568 Bytes

Magma Subgraph Visualization

Installation

Clone this project to test locally

  yarn install

Run Locally

  yarn start

Go to http://localhost:3000 on your browser test the application.

Adding Token Icon

  • Fork the repo
  • Create a folder in /public/tokens/{your_contract_address}
  • Add a 512x512 PNG (only png accepted) of the logo and add it to the newly create folder. Title it logo.png
  • Submit a PR

Built With