<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Uta</title>
    <description>The latest articles on DEV Community by Uta (@utabk).</description>
    <link>https://dev.to/utabk</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3816072%2Fcedc83b8-617f-4252-8b64-bc4edf0f0b26.png</url>
      <title>DEV Community: Uta</title>
      <link>https://dev.to/utabk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/utabk"/>
    <language>en</language>
    <item>
      <title>I built a CLI that sets up a full blockchain dev stack in one command looking for feedback</title>
      <dc:creator>Uta</dc:creator>
      <pubDate>Tue, 10 Mar 2026 06:16:39 +0000</pubDate>
      <link>https://dev.to/utabk/i-built-a-cli-that-sets-up-a-full-blockchain-dev-stack-in-one-command-looking-for-feedback-5bha</link>
      <guid>https://dev.to/utabk/i-built-a-cli-that-sets-up-a-full-blockchain-dev-stack-in-one-command-looking-for-feedback-5bha</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Instead of manually configuring Anvil + Docker Compose + block explorer + IPFS + oracles separately, you just run:&lt;/p&gt;

&lt;p&gt;npm install -g dokrypt&lt;br&gt;
dokrypt init my-app --template evm-defi&lt;br&gt;
dokrypt up&lt;/p&gt;

&lt;p&gt;And you get a local chain, block explorer, IPFS, oracles, indexers all running and connected.&lt;br&gt;
What it does:&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Works on Linux/macOS/Windows.&lt;/p&gt;

&lt;p&gt;Website: dokrypt.com&lt;br&gt;
GitHub: github.com/dokrypt-org/dokrypt&lt;br&gt;
Docs: docs.dokrypt.com&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ethereum</category>
      <category>opensource</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
