robinhood-toolkit docs
nirholas / robinhood-toolkit

robinhood-toolkit

Build on Robinhood Chain and Robinhood Crypto. Tools, runnable examples, and 64 build prompts.

v0.1.0UNLICENSED
npm install

What it does

Capabilities documented in this repository.

Why this exists

See the full documentation for details.

Network parameters

See the full documentation for details.

Packages

See the full documentation for details.

Build prompts

See the full documentation for details.

Deploy

See the full documentation for details.

Things worth knowing before you build

See the full documentation for details.

Get started

Install it, then run your first command.

npm install
CommandRuns
npm run testnpm run check:headers && npm run test:packages

Read the full getting started guide

Examples

Taken directly from this repository's documentation.

git clone https://github.com/nirholas/robinhood-toolkit
cd robinhood-toolkit
npm install
cast chain-id --rpc-url https://rpc.mainnet.chain.robinhood.com
# 4663
curl -s https://rpc.mainnet.chain.robinhood.com \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"eth_chainId","params":[]}'
# {"jsonrpc":"2.0","id":1,"result":"0x1237"}

More examples

Reference