Loading...
Loading...
Privacy and shielded transactions on Base via Veil Cash (veil.cash). Deposit ETH into a private pool, withdraw/transfer privately using ZK proofs. Manage Veil keypairs, check private/queue balances, and submit deposits via Bankr. Use when the user wants anonymous or private transactions, shielded transfers, or ZK-based privacy on Base.
npx skill4agent add bankrbot/moltbot-skills veil@veil-cash/sdkbalancequeue-balanceprivate-balancewithdrawtransfermergeVEIL_KEY~/.clawdbot/skills/veil/.env.veil~/.clawdbot/skills/bankr/config.jsonnpm install -g @veil-cash/sdkmkdir -p ~/.openclaw/workspace/repos
cd ~/.openclaw/workspace/repos
git clone https://github.com/veildotcash/veildotcash-sdk.git
cd veildotcash-sdk
npm ci && npm run buildRPC_URL=...~/.clawdbot/skills/veil/.env.envmkdir -p ~/.clawdbot/skills/veil
cat > ~/.clawdbot/skills/veil/.env << 'EOF'
RPC_URL=https://base-mainnet.g.alchemy.com/v2/YOUR_KEY
EOF
chmod 600 ~/.clawdbot/skills/veil/.envchmod +x scripts/*.shscripts/veil-init.sh
scripts/veil-keypair.shscripts/veil-status.shscripts/veil-bankr-prompt.sh "What is my Base wallet address? Respond with just the address."scripts/veil-balance.sh --address 0xYOUR_BANKR_ADDRESSscripts/veil-deposit-via-bankr.sh 0.011 --address 0xYOUR_BANKR_ADDRESSscripts/veil-withdraw.sh 0.007 0xYOUR_BANKR_ADDRESS~/.clawdbot/skills/bankr/config.json.env.veil.env