swaponline / swap.io-networks

A repo with static network, coin, token definitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A webapp network/asset explorer

vladiuz1 opened this issue · comments

Simple interface to start with

We should have a simple web app that will provide easy access to network settings.... Similar to Ian Colemans's bip39 tool.

We shall let user find the needed token / coin / network provided in this repo and display all relevant information.

The search shall be convenient, with filters and tips

image

image

Once you select a coin or network, you should be able to see the json settings and logo... all the descriptions etc..

Also if you selected a token, you should see all the networks it is availble at.

If you selected a network, you should be able to run tests such as:

createAddresses()
sign()
signTransactions()

Also you should see all the templates available for these methods for selected networks.

This will give us a visual tool that will let the future community test our scripts, add their networks, etc...

Also the token / coin / network info page shall have a link to the relevant github directory where one would need to edit the files and submit pull requests to suggest changes

Design is comming soon.