Skip to Content
cfxdevkit — Conflux Developer Monorepo

cfxdevkit

A modular, production-grade monorepo for building on the Conflux network.

cfxdevkit provides a full stack — from low-level chain clients and wallet primitives, through smart contract tooling, to React components and VS Code extensions — as a single, cohesive workspace.

pnpm add @cfxdevkit/cdk

What’s included


Quick example

import { createClient, http } from '@cfxdevkit/cdk/client' import { espaceTestnet } from '@cfxdevkit/cdk/chains' const client = createClient({ chain: espaceTestnet, transport: http(), }) const block = await client.getBlockNumber() console.log('Testnet block:', block)

Full Quick StartArchitecture overviewCode wiki

Last updated on