A local, privacy, and freedom-focused wallet.
Important
This project is currently work in progress and not ready for production use.
Koi runs as a local daemon wallet and serves a web interface on 127.0.0.1:7777. It allows for wallet management, transaction signing, and dapp connectivity.
The koi daemon is written in Rust, it serves a strict api over http to the local machine. It queries data directly via ethereum rpc; or via opt-in 3rd party vendor services.
nix develop
just install
just both