@soulwallet_test/sdk
v0.1.24
Published
SoulWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }
Downloads
4
Readme
Table of Contents
Installing
Using npm:
$ npm install @soulwallet/sdkUsing yarn:
$ yarn add @soulwallet/sdkUsing pnpm:
$ pnpm add @soulwallet/sdkOnce 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
