Recipient picker (send.rs) is now type-ahead instead of button-driven: - as you type, instant local-contact matches + a debounced network lookup surface as tappable cards (no more "Find recipient" button) - a name or @handle is treated as a goblin username (nip05 resolve) and shown as a tappable card — tap the right identity to select it - a pasted npub/hex is verified over nostr: fetch its kind-0 profile and badge the card "✓ on nostr"; a valid key with no profile shows "no profile" and, when tapped, asks "Pay an unverified key?" before continuing (owner choice — never hard-blocked) NostrService::fetch_profile_blocking (client.rs) — one-shot kind-0 fetch over the connected relay pool (nrelay + damus + nos.lol), so arbitrary npubs resolve across the public network. data::search_contacts for the local half. Numpad (widgets.rs): centered, evenly-columned grid — the trailing per-key space was drifting it off-center under the amount; hovered keys now highlight in accent. Onboarding identity step: added a plain-spoken line that you can swap in a fresh key any time to unlink from your old identity. 34 lib tests green. Verified live on :2: numpad centers (92/198/300), fiatjaf npub → "✓ on nostr", an unprofiled key → "no profile" → confirm gate → Pay anyway → Review. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Grim

Cross-platform GUI for GRiN ツ in Rust for maximum compatibility with original Mimblewimble implementation. Initially supported platforms are Linux, Mac, Windows, limited Android and possible web support with help of egui - immediate mode GUI library in pure Rust.
Named by the character Grim - the shape of a large, black, menacing, spectral giant dog.
Build instructions
Install Rust
Follow instructions on Windows.
curl https://sh.rustup.rs -sSf | sh
Desktop
To build and run application go to project directory and run:
git submodule update --init --recursive
cargo build --release
./target/release/grim
Android
Set up the environment
Install Android SDK / NDK / Platform Tools for your OS according to this FAQ.
Build the project
Run Android emulator or connect a real device. Command adb devices should show at least one device.
In the root of the repo run ./scripts/android.sh build|release v7|v8|x86, where is v7, v8, x86 - device CPU architecture for build type, for release specify version number in format major.minor.patch.
License
Apache License v2.0.
