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-devkitWhat’s included
@cfxdevkit/core@cfxdevkit/contracts@cfxdevkit/services@cfxdevkit/protocol@cfxdevkit/executor@cfxdevkit/wallet@cfxdevkit/wallet-connect@cfxdevkit/react / defi-react@cfxdevkit/devnode@cfxdevkit/compilerconflux-devkit CLI
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)Last updated on