1.0.0 • Published 9 months ago
@elytro/sdk v1.0.0
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
1.0.0
9 months ago