Blockchain Unique Identifier

This series of identifiers is used to distinguish the bottom layer of the tokenpocket wallet business, ns+chain_id is the unique identifier of the wallet business chain

remark

ns: The identifier of namespace as a series is abbreviated as ns, for example: eth, bsc, matic belong to the ethereum series

chain_id: As the distinction between each chain within the series, the unique fields taken by different chains are determined according to their respective situations

Reference:

The chain_id source of the evm series:https://ethereum.github.io/execution-apis/api-documentation/

The chain_id source of the bitcoin series:https://github.com/bitcoin/bips/blob/master/bip-0122.mediawiki

The chain_id source of the tron series:https://developers.tron.network/reference/eth_chainid

Last updated