RSSAmplifier

Skill Issue Dev | Dax the Dev · Mar 5, 2026

ZeraClient + NoteStore high-level wrapper

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The bottom-up SDK API was great for crypto folks but hostile to first-time users. Added ZeraClient — a single class that wraps RPC, prover, and note storage behind ergonomic methods like client.send({ to, amount }) and client.balance() . NoteStore is the persistence layer: by default in-memory, optionally backed by IndexedDB (browser) or SQLite (node). The contract is small: add(note) ,…

Read on github.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.