Skip to content

Multy Backend blockchain URL hierarchy

Vasily Nemkov edited this page Feb 16, 2018 · 1 revision

In order to provide support for multiple blockchains simultaneously, Multy Backend has to support following URI scheme for corresponding API calls: blockchain_name/subnet_name, where:

  • blockchain_name is lowercase, 3-7 letters short blockchain name abbreviation, like 'btc', 'eth', or 'golos', 'waves'
  • subnet_name is lowercase, 3-7 letters short abbreviation of subnet type:
    • main - for main net
    • test - for test net

For Ethereum, test net names are:

  • ropsten
  • kovan
  • rinkeby

While using string ids for communicating with clients, Multy Backend should not store string ids in DB and use numerical representation instead:

Clone this wiki locally