Browser extension · testnet
Issue a grant, watch what it spends, end it. The key that can do those three things lives here, behind a passphrase. The agent's key does not — it is handed over once and kept nowhere.
This is not from a web store yet, and you should mind that. Unpacking a zip and loading it as an unpacked extension is exactly the shape of a thing you should normally refuse. So: check the hash below against the one above, or skip the download and build it yourself — the source is the same three commands either way.
shasum -a 256 wardaprotocolconsole-0.1.0-chrome.zip
brave://extensions, or
chrome://extensions — and turn on Developer mode.manifest.json in it.Your browser will remind you on every launch that a developer-mode extension is installed. That warning is correct and will go away when this is on the store. It does not auto-update, so a new version means doing this again.
Same result, nothing to trust.
git clone https://github.com/ArtyKOMarkets/warda
cd warda && npm install
npm run build --workspace @warda_protocol/console
# load extension/build/chrome-mv3
storage, to hold your encrypted key and
your grant records. alarms, to lock itself when you walk away.The whole policy is in PRIVACY.md, and it is short because there is nothing to disclose.