DEV Community

Uta
Uta

Posted on

I built a CLI that sets up a full blockchain dev stack in one command looking for feedback

Hey everyone, I've been working on an open-source CLI tool called Dokrypt that sets up a complete blockchain dev environment with a single command.

Instead of manually configuring Anvil + Docker Compose + block explorer + IPFS + oracles separately, you just run:

npm install -g dokrypt
dokrypt init my-app --template evm-defi
dokrypt up

And you get a local chain, block explorer, IPFS, oracles, indexers all running and connected.
What it does:

Spins up Anvil/Hardhat/Geth with one command. Includes block explorer, IPFS, oracles, indexers out of the box. Fork any EVM chain at any block. State snapshots you can share with teammates. Time-travel, mine blocks, set balances from CLI. Project templates for DeFi, NFT, DAO, token.

Works on Linux/macOS/Windows.

Website: dokrypt.com
GitHub: github.com/dokrypt-org/dokrypt
Docs: docs.dokrypt.com

Would love any feedback. Open to ideas on how to take this further too, whether that's partnerships, integrations, or a hosted version. Hit me up if any of this sounds interesting.

Top comments (0)