Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.19 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.19 KB

npm/v npm/dt stars

@skip-go/client

JavaScript SDK for Skip Go API

Install

npm install @skip-go/client

Usage

Read more at Skip Go API docs website on Getting Started: TypeScript SDK.

Development

# clone repository
git clone https://github.com/skip-mev/skip-go.git
cd skip-go/packages/client

# prepare submodules
git submodule update --init --recursive

# install dependencies
npm install

# run watch server to build on changes
npm -w @skip-go/client run watch

# build packages
npm run build

Unit Tests

# run unit tests
npm run test

# run unit tests in watch mode
npm run test -- --watch

# run unit tests with coverage
npm run test -- --coverage

Documentation