@soulwallet/sdk
v0.3.13
Published
SoulWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }
Downloads
185
Readme
Table of Contents
Installing
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";
Example
/ #TODO
- Soulwallet SDK usage instructions are still being compiled. In the meantime, you can refer to the examples below: deploy.ts
License
ISC