Shield cryptocurrency into a private pool so balances and transfers stay hidden from the public ledger.
Privately trade between token pairs without revealing your trading activity or wallet address.
Run your own relayer service to earn fees from processing other users' private transactions.
Share limited view keys with an auditor so they can verify specific activity without full wallet access.
| cowl-protocol/cli | 0xlocker/d17-contracts | fahimahmedx/b20-benchmark | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Solidity | Solidity | Solidity |
| Setup difficulty | moderate | hard | hard |
| Complexity | 4/5 | 5/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js to install, plus a funded wallet from a testnet faucet before you can interact with the private pool.
This is a command line tool for private trading on a blockchain network called Robinhood Chain, built by Cowl Protocol. It lets you move cryptocurrency into a hidden pool where your balances and transactions stay off the public ledger. From your terminal you can shield funds, send them privately to other users, trade between token pairs without revealing your activity, and pull funds back out when needed. The core idea is that everything private happens on your own computer. The tool keeps an encrypted wallet on your machine, generates one-time receiving addresses that cannot be linked back to you, and creates zero-knowledge proofs locally before anything touches the network. The blockchain only sees commitments and proofs it can verify but cannot read. A relayer service covers transaction fees so your wallet address never appears as the gas payer, which would otherwise connect you to your activity. Getting started involves installing the tool through Node.js, running an init command to create a wallet and pick a network, then funding it from a testnet faucet. From there you shield funds into the private pool, scan for notes paid to you, trade against listed pairs, and unshield when you want funds back on the public side. The tool also supports running your own relayer to earn fees, staking the protocol token, and handing out view keys that let an auditor see specific information without giving them full access. The wallet is non-custodial, stored under your home directory with strict file permissions, and sealed with a passphrase using standard encryption. You can back it up and restore it, import an existing seed phrase or private key, and export keys when needed. The command set covers wallet management, shielded pool operations, trading, portfolio views, relayer configuration, and network diagnostics. The full README is longer than what was shown.
A terminal tool for private cryptocurrency trading on Robinhood Chain. It hides your balances and trades using local encryption and zero-knowledge proofs so your activity stays off the public ledger.
Mainly Solidity. The stack also includes Solidity, Node.js.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.