Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.14 KB

File metadata and controls

65 lines (41 loc) · 1.14 KB

@soulwallet/sdk

SoulWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }

CodeDocumentation

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