BRIXS Logo
Developers · CLI

Deploy in one command.

The Brixs CLI takes you from local testing to global deployment. Start a local node, deploy contracts, bridge assets, and manage validators — all from the fastest path between code and production.

30sSetup time
1Command to deploy
0External dependencies
BRX / CLI

The command line

One tool, the whole chain.

Install & init

Add the SDK and scaffold a project in seconds — npm install @brixs/sdk, then brixs init project.

Local to mainnet

Spin up a local node, deploy contracts, and bridge assets across networks without leaving the terminal.

brixs.sh
# Install the SDK
npm install @brixs/sdk
# Scaffold a new project
brixs init project
# Start a local node instantly
brixs start localnet
# Deploy a smart contract to production
brixs deploy contract --network mainnet
# Bridge assets cross-chain
brixs bridge asset
# Deploy to testnet
brixs deploy testnet

Capabilities

Everything the terminal can ship.

Instant deployment

Ship smart contracts to testnet or mainnet with a single command.

Local blockchain simulation

Launch a complete local Brixs environment with zero external dependencies.

Validator management

Stand up, verify, and operate validators directly from the terminal.

RPC generation

Generate ready-to-use RPC endpoints for any network you target.

Visual surface

The stack behind the command.

Terminal
$ brixs local start
Initializing local node...
✓ Genesis block loaded [42ms]
✓ Core contracts deployed [112ms]
✓ Faucet running at http://127.0.0.1:5001
Network ready. Listening on http://127.0.0.1:8545
$ brixs deploy src/Vault.sol --network localnet
Compiling 1 contract...
Deploying Vault.sol...
✓ Transaction successful
Contract Address: 0x1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b

The Brixs developer stack

Your infrastructure should disappear.