Analysis updated 2026-05-18
Set up an AI coding assistant to check BOT Chain wallet balances on request.
Let an assistant compile and deploy a smart contract to the BOT Chain testnet.
Give an assistant tools to send test transfers and look up transactions on the BOT Chain explorer.
| manueldezman/botchain-init-toolkit | 00kaku/gallery-slider-block | 0xkinno/vellum | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | vibe coder | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires setting BOT Chain RPC, chain ID, and a testnet-only private key after install.
This project is a setup tool for people who use AI coding assistants like Claude Code, Codex, Cursor, or Windsurf and want them to work with something called BOT Chain, which is a blockchain network. Instead of manually configuring each assistant, you run one command and it does the setup for you. Running the installer with npx copies a skill folder into the config directories of each supported assistant (for example, into Claude's skills folder or Cursor's skills folder), and it also sets up a small local server that gives the assistant 11 tools for checking your BOT Chain environment, compiling and deploying contracts, sending transfers, and looking things up on the BOT Chain explorer website. Windsurf is handled a little differently since it does not have a verified skills folder, so the installer writes rules files instead and tells you where to check manually if needed. The author says they found several real problems in BOT Chain's official documentation while building this, such as broken links and a wrong method name, and lists them separately for anyone submitting fixes. The toolkit's own reference material was written to route around those documentation gaps. After installing, you need to fill in a few blank settings yourself, like the network address and a private key, which the README is clear should only be a testnet key, never a real one. Once that is done, you can ask your assistant things like checking a wallet balance or deploying a simple contract to the BOT Chain test network. On safety, the local server only allows a fixed list of command line programs to run, and it does not use risky shell parsing. Any action that changes something, like deploying a contract or sending money, is expected to be approved by the person using the assistant first. Everything defaults to the test network, not the real one. The project is released under the MIT-0 license, meaning it can be used, changed, and shared freely with no credit required.
A one-command installer that connects AI coding assistants like Claude Code and Cursor to BOT Chain blockchain tools.
Mainly JavaScript. The stack also includes JavaScript, Node.js, MCP.
Use, modify, and share freely for any purpose, with no attribution required.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.