Json-Rpc

通過 json-rpc 檢索乙太坊網路的預設令牌符號

  • April 29, 2021

如何通過 json-rpc 檢索乙太坊網路的預設令牌符號?

Ethereum would return "ETH"
Ethereum classic would return "ETC"

使用 Web3getChainId()獲取鏈 ID。

然後將返回的鏈 ID 映射到來自https://chainid.network/chains.json的已知網路列表中,其中貨幣符號位於nativeCurrency嵌套對像中。

引用自:https://ethereum.stackexchange.com/questions/97999