Skip to content

Instantly share code, notes, and snippets.

@Thegaram
Created May 1, 2021 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thegaram/e382c9985f08f9975fcb68332dc8f04b to your computer and use it in GitHub Desktop.
Save Thegaram/e382c9985f08f9975fcb68332dc8f04b to your computer and use it in GitHub Desktop.
Conflux Network Developer Resources

Conflux Network Developer Resources

Last update: May 1, 2021

Intro

Conflux Network is a PoW blockchain that achieves 3000+ transactions per second (TPS) through the DAG-based (directed acyclic graph) Tree-Graph algorithm.

For developers:

  • PoW is a proven consensus mechanism for large scale blockchain networks
  • High TPS means transaction fees will be significantly lower
  • Solidity compatible (no need to learn a new language!)
  • Built-in staking with 4% interest
  • New transaction sponsorship mechanism to allow apps to cover user TX fees

Where to Start

For everyone:

  • Don't forget to install Conflux Portal (it's our web wallet with a testnet CFX faucet)

For first time developers:

For developers who have built blockchain apps:

For people looking to hack together the Web3 stack:

  • Checkout the Conflux Network Global repo for various demos combining Conflux with Chainlink, The Graph, etc
  • More information is also available on our Medium where the demos are explained

Documentation

Links to various pieces of documentation that may be helpful.

Topic Link to Code Details
Website -
Forum -
Tree-Graph algorithm -
Protocol Specification -
Transaction Sponsorship Smart Contract Interface
Staking Smart Contract Interface

Tools

Various tools for developing on Conflux Network

Github

Conflux Portal

Browser-based wallet for Conflux Network
Developer Documentation

Endpoints

Check this page for public endpoints for mainnet and testnet.

Note: It is not recommended to depend on these endpoints for any deployed applications. You are encouraged to check out Tokenview's Infura-like service (beta) or run your own node.

Block Explorer

ConfluxScan

Running a Node

Typically running a node for an endpoint is not necessary, see above for public endpoints.

SDKs

Learn more about our js, Java, Go, and Python SDKs here.

Dev Environments

ShuttleFlow - Cross-Chain Asset Bridge

Examples

(This documment is based on: https://gist.github.com/aalu1418/15b87cd559c1f9b19ca945a1a1d4d69e)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment