• v0.2.2 d76bb2612b

    nonos-sync released this 2026-07-07 09:50:50 -04:00 | 1 commits to main since this release

    Adds a full install guide for the SDK and dashboard (docs/INSTALL.md): prerequisites, all three dashboard paths, SDK install across npm/pnpm/yarn/bun, verification, troubleshooting. Clarifies that the hosted dashboard is a copy we run, not a claim of no servers.

    Downloads
  • v0.2.1 88485b75ff

    nonos-sync released this 2026-07-07 09:50:49 -04:00 | 3 commits to main since this release

    Reworks the guides to use the SDK API directly (nox.safe.tx, injected signer, RPC proxy) instead of an external CLI this package does not ship. The EIP-712 signing domain is unchanged.

    Downloads
  • v0.2.0 9b84c761c0

    nonos-sync released this 2026-07-07 07:53:12 -04:00 | 7 commits to main since this release

    Local-first TypeScript SDK for NOX staking on Ethereum mainnet.

    • Live transaction execution: prepare, sign, and send EIP-1559 plans through your own RPC.
    • Receipt, event, and revert decoding, with bounds checks on every value read from an RPC response.
    • Early unlock support for locked positions.
    • Adversarial test suite (malicious RPC and hostile inputs). Cross-platform CI on Linux, macOS, and Windows.

    Install:

    npm install @nonos/nox-staking-sdk
    

    Published on npm with provenance. The attached tarball is the exact published artifact.

    Downloads