skycoin / skycoin-web

Webclient for Skycoin
https://wallet.skycoin.net
MIT License
16 stars 18 forks source link

Allow the user to add custom coins #482

Open Senyoret1 opened 6 years ago

Senyoret1 commented 6 years ago

Currently the wallet only allows the user to select among the coins that have been added in the code. It should be possible to connect the wallet to fiber coins that have not yet been added to the code, allowing the user to manually add the information about the coin.

@gz-c , I suppose this is part of what you wanted to be added in https://github.com/skycoin/skycoin-web/issues/464 , apart from modifying the URL of the coins that are already available to the user, I am right?

gz-c commented 6 years ago

Yes, the user would be able to add their own coin/domain pair. Once loaded, the wallet will query some url on the domain for configuration data on how to interact with the coin. Things like coin hour burn, name, possibly color scheme will be exposed.

olemis commented 6 years ago

@gz-c I don't think /api/v1/blockchain/metadata provides enough info for that . Shall we create a new issue for skycoin/skycoin ?

gz-c commented 6 years ago

@olemis yes create a new issue if there isn't one already