开发者快速入门
To send a transaction on Conflux Core Space, you need to use it's own SDKs. 本教程将向您展示如何使用 js-conflux-sdk 发送交易。
提示
Ethereum SDKs (ethers.js, web3.js, web3,py, web3j) are not compatible with Conflux Core Space. You need to use Conflux Core Space SDKs.
Introduction
js-conflux-sdk is a JavaScript SDK for Conflux Core Space. It is a collection of libraries that allow you to interact with a local or remote Conflux node using HTTP, WebSocket. You can use it to send transactions, deploy and interact with smart contracts, and so on.
It is the equivalent of web3.js of Ethereum for Conflux Core Space. But APIs are different.