@elytro/sdk
v1.2.2
Published
ElytroWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }
Readme
Table of Contents
Installing
Using npm:
$ npm install @elytro/sdkUsing yarn:
$ yarn add @elytro/sdkUsing pnpm:
$ pnpm add @elytro/sdkOnce the package is installed, you can import the library using import approach:
import { Elytro, Transaction, Bundler } from "@elytro/sdk";Example
/ #TODO- Elytro SDK usage instructions are still being compiled. In the meantime, you can refer to the examples below: deploy.ts
License
ISC
