ESC Exchange Docking Reference
The Elastos Smart Contract Chain (ESC) lets developers code and run smart contracts on Ethereum Virtual Machines (EVMs)
Data synchronization and storage
Use the node’s RPC interface to synchronize blocks and transactions, then save all the received information. This process requires dealing with temporary fork blocks - if the blocks acquired by the height can't be connected with the local stored best chain, the highest local block should be regained until they're connected. The original block with the same height will be discarded.
Recharge
To prevent the issue of temporary forking, it's recommended that more than 6 confirmations be considered as available transactions.
Coin Withdraw
ESC uses an "account" balance model
Reference
chainID: 20
networkID: 20
ESC Node
https://github.com/elastos/Elastos.ELA.SideChain.ESC
RPC-API
https://api.elastos.io/esc https://api.trinity-tech.io/esc
Browser
Withdraw Contract Address
0xC445f9487bF570fF508eA9Ac320b59730e81e503
Deposit Address
XVbCTM7vqM1qHKsABSFH4xKN1qbp7ijpWf
Last updated