BRIXS Logo
Products · Developer Ecosystem

Build without friction.

Enterprise-grade SDKs, zero-config local networks, and deep IDE integration. Start building on Brixs Chain in seconds — TypeScript, Rust, and Python, all first-class.

3First-class SDKs
1.84sLocal node boot
42CLI packages
BRX / SDK

SDK ecosystem

Enterprise-grade client libraries.

One protocol, three first-class SDKs — pick the language your team already lives in.

brixs-js

A comprehensive TypeScript library for frontend integration, React hooks, and wallet adapters.

brixs-rs

Native Rust bindings for high-performance backend systems, trading engines, and validators.

brixs-py

Python SDK tailored for data scientists, indexers, and automated quant trading algorithms.

Zero-config local dev

A testnet on your machine in seconds.

Install the CLI globally, boot a local node with a funded faucet, and start shipping. No accounts, no config files, no waiting.

install.sh
$ npm install -g @brixs/cli
# added 42 packages in 1.2s

$ brixs local start
# ► Genesis block loaded
# ► Faucet running at port 5001
# ✔ Local node active in 1.84s

$ brixs deploy --network testnet
# formal verification passed — 0 errors, 0 warnings
# contract live on testnet

Deep IDE integration

Tooling that ships with you.

Official extensions for VS Code and IntelliJ bring the chain into your editor.

contract.sol — VS Code
1pragmasolidity ^0.8.20;
2
3contractBrixsVault {
4function deposit() external payable {
Gas Estimate: 21,400 (~$0.001)
5// Logic executes in parallel on Brixs Native EVM
6}
7}

Real-time formal verification

BrixsLang linting and verification checks straight in your editor.

Gas profiling on hover

See execution cost estimates inline as you write smart contracts.

1-click testnet deployment

Ship contracts to a live testnet without leaving VS Code or IntelliJ.

Faucets & testnets

Reliable environments before mainnet.

Two dedicated networks let you test with confidence. Devnet carries bleeding-edge features wiped weekly for trying new Native EVM updates; Testnet is a stable, mainnet-mirroring environment dApps use for final auditing before a public launch — each with its own faucet and explorer.

Devnet

Bleeding-edge features, wiped weekly. Ideal for testing new Native EVM updates and unstable features.

Testnet

Stable pre-release environment mirroring mainnet. Used by dApps for final auditing before public launch.

Join the ecosystem

Build the future.

Install CLI Read the docs