xla-sdk-core

xla-sdk-core / [Exports](docs/modules.md)


Keywords
XLA
License
MIT
Install
npm install xla-sdk-core@1.1.4

Documentation

XLA SDK

JavaScript SDK for XLA Contracts

Packages

Package Description
xla-sdk-core Core package for integrating with XLA
xla-sdk-react A wrapper of xla-sdk-core for React

Example implementation

Example

Build the packages

From the root directory:

yarn install
yarn lerna-build

Publish new changes

git commit -am "changes"
yarn publ