Skip to content

Magma-Layer/SwapSubgraphPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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