Skip to Content

cfxdevkit

A modular TypeScript SDK and local development environment for building on Conflux eSpace.

cfxdevkit is a zero-config toolkit that gives you everything from wallet management and contract interaction to a local blockchain node and a live browser dashboard — all tuned for the Conflux network.

# Start coding in 30 seconds npx conflux-devkit

What’s included


Quick example

import { ClientManager } from '@cfxdevkit/core' const client = new ClientManager({ network: 'testnet' }) const block = await client.evm.publicClient.getBlockNumber() console.log('Testnet block:', block)

Full Quick Start guide
Live Playground

Last updated on