JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 174
  • Score
    100M100P100Q118455F
  • License Apache-2.0

Typed RPC decorations for Quantova.

Package Exports

  • @quantova/rpc-augment
  • @quantova/rpc-augment/augment
  • @quantova/rpc-augment/augment/index
  • @quantova/rpc-augment/augment/index.js
  • @quantova/rpc-augment/augment/jsonrpc
  • @quantova/rpc-augment/augment/jsonrpc.js
  • @quantova/rpc-augment/bundle
  • @quantova/rpc-augment/bundle.js
  • @quantova/rpc-augment/cjs/augment/index
  • @quantova/rpc-augment/cjs/augment/index.js
  • @quantova/rpc-augment/cjs/augment/jsonrpc
  • @quantova/rpc-augment/cjs/augment/jsonrpc.js
  • @quantova/rpc-augment/cjs/bundle
  • @quantova/rpc-augment/cjs/bundle.js
  • @quantova/rpc-augment/cjs/index
  • @quantova/rpc-augment/cjs/index.js
  • @quantova/rpc-augment/cjs/package.json
  • @quantova/rpc-augment/cjs/packageDetect
  • @quantova/rpc-augment/cjs/packageDetect.js
  • @quantova/rpc-augment/cjs/packageInfo
  • @quantova/rpc-augment/cjs/packageInfo.js
  • @quantova/rpc-augment/index
  • @quantova/rpc-augment/index.js
  • @quantova/rpc-augment/package.json
  • @quantova/rpc-augment/packageDetect
  • @quantova/rpc-augment/packageDetect.js
  • @quantova/rpc-augment/packageInfo
  • @quantova/rpc-augment/packageInfo.js

Readme

@quantova/rpc-augment

Typed RPC decorations for Quantova.

Part of the Quantova SDK — the developer toolkit for the Quantova post-quantum blockchain.

Quantum security

Quantova is a post-quantum Layer-1. All account security uses NIST-standardised post-quantum signature schemesFalcon, SPHINCS+ and CRYSTALS-Dilithium — with SHA3-256 hashing and no ECDSA/secp256k1 anywhere. This makes accounts resistant to attacks from large-scale quantum computers (Shor's algorithm breaks ECDSA/RSA; Quantova's lattice- and hash-based signatures are designed to withstand it). Addresses are Bech32m Q1…; the chain speaks q_* JSON-RPC.

Install

npm install @quantova/rpc-augment

Usage

import * as rpc_augment from '@quantova/rpc-augment';

Resources

License

Apache-2.0 © Quantova