SoulWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }
Using npm:
$ npm install @soulwallet/sdk
Using yarn:
$ yarn add @soulwallet/sdk
Using pnpm:
$ pnpm add @soulwallet/sdk
Once the package is installed, you can import the library using import
approach:
import { SoulWallet, Transaction, Bundler } from "@soulwallet/sdk";
/ #TODO
- Soulwallet SDK usage instructions are still being compiled. In the meantime, you can refer to the examples below: deploy.ts
ISC