Skip to content

Instantly share code, notes, and snippets.

@aalu1418
Last active November 2, 2020 16:39
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 aalu1418/15b87cd559c1f9b19ca945a1a1d4d69e to your computer and use it in GitHub Desktop.
Save aalu1418/15b87cd559c1f9b19ca945a1a1d4d69e to your computer and use it in GitHub Desktop.
Developer resources for Conflux Network

Conflux Network Developer Resources

Last update: Nov 2, 2020

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)
  • Developer office hours - sign up here

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

Public endpoints for mainnet and testnet.

Network Endpoint
Mainnet http://main.confluxrpc.org
Testnet http://test.confluxrpc.org

Note: It is not recommended to depend on these endpoints for any deployed applications.

Block Explorer

ConfluxScan

Running a Node

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

SDKs

Java SDK

Go SDK - Documentation

Javascript SDK - Documentation

Dev Environments

ShuttleFlow - Cross-Chain Asset Bridge

Examples

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