FAQs
How to run eSpace node?
eSpace and Core Space share a common node program, so please refer to the Core Space Node Operation Guide. The eSpace default RPC port is 8545, is not same with Core Space RPC port.
Use which SDK(js-conflux-sdk or ethers.js) to develop eSpace DApp?
eSpace is compatible with Ethereum, you can use the same SDK as Ethereum. So ethers.js, web3.js, viem, web3py, web3j and other SDKs can be used to develop eSpace DApp.
js-conflux-sdk is only used to develop DApp for Conflux Core, and it is not compatible with Ethereum or eSpace.