Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 872 Bytes

README.md

File metadata and controls

56 lines (36 loc) · 872 Bytes

X-Provider

Pre-requisites

Install dependencies for the workspace

yarn install

Quick Start Guide

All commands below need to be run in the context of the x-provider package where this README is located. Read more about context here.

Running in dev mode:

yarn dev

Building to dist directory with javascript output:

yarn build

Running all tests:

yarn test

Running changed tests in watch mode:

yarn test:watch

Linting:

yarn lint

Typechecking:

yarn typecheck

About

Interface to provide methods that implement the signable actions with IMX only. Further reference

Read more about the x-provider package here