@qorechain/sdk 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,6 +3,22 @@
3
3
  Official TypeScript SDK for building decentralized applications on the QoreChain
4
4
  network — a quantum-safe, triple-VM Layer 1 with native, EVM, and SVM accounts.
5
5
 
6
+ ## Features
7
+
8
+ - **Full message coverage** — typed composers for every chain message (bank,
9
+ staking, distribution, gov, authz, feegrant, IBC, and the QoreChain custom
10
+ modules), resolved through a message registry.
11
+ - **Browser wallets** — Keplr/Leap (Cosmos); MetaMask/EIP-1193 and
12
+ Phantom/Wallet-Standard via the `@qorechain/evm` and `@qorechain/svm` adapters.
13
+ - **Auto-gas** — simulation-based fee estimation, with EVM EIP-1559 and SVM
14
+ compute-budget helpers in the adapters.
15
+ - **Subscriptions** — new-block and tx event streams over the consensus RPC.
16
+ - **Error decoding** — structured, human-readable transaction errors.
17
+ - **NFT helpers** — ERC-721 / ERC-1155 wrappers in `@qorechain/evm`.
18
+ - **CosmWasm lifecycle** — query, upload, instantiate/instantiate2, execute,
19
+ migrate, and admin management.
20
+ - **PQC** — ML-DSA-87 (Dilithium-5) signing and hybrid-signature transactions.
21
+
6
22
  ## Install
7
23
 
8
24
  ```sh