@execution-machine/sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

3em Logo

Execution Machine JS SDK

A Javascript SDK to interact with The Execution Machine (EXM)

General

EXM can be used through a JS SDK in order to perform operations with the platform. To install the SDK.

$ npm i @execution-machine/sdk

After installing the npm package as described above. You can initialize EXM by doing the following

// import { Exm } from '@execution-machine/sdk'
const { Exm } = require('@execution-machine/sdk');

const exmInstance = new Exm({ token: 'MY_EXM_TOKEN' });

Docs

Documentation for SDK is available online. Please Click here for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i @execution-machine/sdk

Weekly Downloads

1

Version

0.1.9

License

MIT

Unpacked Size

131 kB

Total Files

123

Last publish

Collaborators

  • maximousblk
  • clabs.ap
  • exmbuild