suiverse-zk-sdk
v0.1.0
Published
TypeScript SDK for SuiVerse zkRollup L3
Readme
SuiVerse SDK
The official TypeScript SDK for interacting with the SuiVerse zkRollup Layer 3 on Sui.
Installation
npm install @suiverse/sdkUsage
import { SuiClient, getFullnodeUrl } from '@mysten/sui/client';
import { Ed25519Keypair } from '@mysten/sui/keypairs/ed25519';
import { Transaction } from '@mysten/sui/transactions';
// ... (Integration code)Features
- Deposit funds to L3
- Initiate withdrawals
- Verify zkProofs (Groth16)
- Interact with Rollup state
License
Apache-2.0
