@elytro/sdk
v1.0.0
Published
ElytroWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }
Downloads
18
Readme
Table of Contents
Installing
Using npm:
$ npm install @elytro/sdk
Using yarn:
$ yarn add @elytro/sdk
Using pnpm:
$ pnpm add @elytro/sdk
Once 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