TERCUME

CLI toolkit for Robinhood Chain

Ship on Robinhood Chain without leaving the terminal

Robinhood Chain is a permissionless, Ethereum-compatible Layer 2 built for onchain finance and tokenized real-world assets. TERCUME wraps the day-to-day developer loop so you can move from scaffold to verified deploy in one consistent workflow.

One workflow

Init, configure network, build, deploy, and verify with the same command surface. Less context switching, fewer brittle scripts.

Chain-native defaults

Robinhood Chain mainnet (4663) and testnet (46630) profiles, public RPC endpoints, and Blockscout explorer wiring out of the box.

Tooling friendly

Works alongside Foundry, Hardhat, ethers, viem, and standard JSON-RPC wallets. EVM contracts deploy without rewrites.

Readable output

Clear success states, tx hashes, gas summaries, and explorer links so you can debug and share deploys quickly.

Built for RWAs

Robinhood Chain targets tokenized equities, ETFs, and real-world assets. TERCUME helps builders ship apps on that infrastructure.

Ship faster

From empty folder to live contract address with fewer steps. Focus on product logic, not glue scripts.

Commands that match how you actually ship

Explore the core command surface. Copy the sample session and adapt it to your project.

tercume init

          

Robinhood Chain configuration

Robinhood Chain is an Arbitrum Layer 2 on Ethereum, using ETH as the native gas token. Use these values in TERCUME, wallets, Foundry, or Hardhat.

Mainnet

Live
Network
Robinhood Chain
Chain ID
4663
Currency
ETH
Public RPC
https://rpc.mainnet.chain.robinhood.com

Public RPCs are rate-limited. For production workloads, use a dedicated provider such as Alchemy, QuickNode, Blockdaemon, dRPC, or Validation Cloud. Official docs: docs.robinhood.com/chain

From zero to verified deploy

Four steps to put a contract on Robinhood Chain with TERCUME.

Install TERCUME

Install the CLI globally with your preferred package manager.

npm install -g tercume

Scaffold a project

Generate contracts, config, and deploy scripts tuned for Robinhood Chain.

tercume init my-dapp
cd my-dapp

Build and deploy

Fund a deployer wallet with ETH on Robinhood Chain, then broadcast.

tercume build
tercume deploy --network robinhood

Verify on explorer

Publish source so users and integrators can trust the bytecode.

tercume verify <contract_address>

Guides and references

TERCUME sits on top of official Robinhood Chain developer documentation and standard EVM tooling.

Connect to the network

RPC endpoints, websocket feeds, wallet setup, and provider options for Robinhood Chain.

Open guide

Deploy a smart contract

Foundry and Hardhat deploy flows, chain IDs, and Blockscout verification examples.

Open guide

Robinhood Chain overview

Architecture, RWA focus, account abstraction, ecosystem partners, and builder resources.

Open docs

Built for the Robinhood Chain stack

TERCUME is designed to fit the infrastructure and app layer already forming around the chain.

AlchemyRPC, Data API, gasless infra
LayerZeroCross-chain messaging
ChainlinkOracles and price feeds
UniswapPublic DEX liquidity
MorphoLending and borrowing
BlockscoutContract explorer and verify
FoundryForge compile and deploy
HardhatJS tooling and plugins

Partner names are listed for developer context. Inclusion does not imply endorsement by Robinhood or TERCUME.

Ready to make onchain products?

Install TERCUME, point at Robinhood Chain, and ship your first contract from the command line.