SDKs
Conflux has SDKs for mainstream programming languages, including JavaScript
, Golang
, Java
and Python
. This is just a short introduction to the SDKs, for detailed usage info, check their respective documentation.
#
Official SDKsjs-conflux-sdk#
If you are familiar with JavaScript or Node.js, or if you want to build a web site to interact with your contract, js-conflux-sdk
is right for you. It has a lot of useful features.
go-conflux-sdk#
Golang is a great language: fast, easy to use, and stable. In blockchain world a lot projects are developing with Go. If you want to develop a backend service which needs to communicate with Conflux network, go-conflux-sdk
suits for you.
java-conflux-sdk#
Java is really a long live programming language. java-conflux-sdk
can be used to talk to a Conflux node. It is evolved from the web3j library. Some of web3j's utility functions also work on the Conflux network.
python-conflux-sdk#
Python is the first choice for a lot of developers, we also have python-conflux-sdk
for you.
#
Solidity SDKsConflux-contracts#
This is a Solidity package including common useful contracts in Conflux DAPP developments. Which is kindly like OpenZeppelin. Currenlty most used is Conflux InternalContracts
.
OpenZeppelin#
This is the famous library for secure smart contract development. Build on a solid foundation of community-vetted code.
- Implementations of standards like ERC20 and ERC721.
- Flexible role-based permissioning scheme.
- Reusable Solidity components to build custom contracts and complex decentralized systems.
#
Community developed SDKscpp-conflux-sdk#
The Conflux C++ API allows any C++ client to interact with a local or remote Conflux node based on JSON-RPC 2.0 protocol. With Conflux C++ API, user can easily manage accounts, send transactions, deploy smart contracts and query blockchain information.
.NET SDK#
Nconflux is the .Net integration library for Conflux, simplifying the access and smart contract interaction with Conflux nodes.
Nconflux is developed targeting netcore 3.1 and .net 5, hence it is compatible with all the operating systems (Windows, Linux, MacOS, Android and OSX) and has been tested on cloud, mobile, desktop, Xbox, hololens and windows IoT.