Build on Robinhood Chain and Robinhood Crypto. Tools, runnable examples, and 64 build prompts.
npm installCapabilities documented in this repository.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
Install it, then run your first command.
npm install
| Command | Runs |
|---|---|
npm run test | npm run check:headers && npm run test:packages |
Taken directly from this repository's documentation.
git clone https://github.com/nirholas/robinhood-toolkit
cd robinhood-toolkit
npm installcast chain-id --rpc-url https://rpc.mainnet.chain.robinhood.com
# 4663curl -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"}