0.5.0 • Published 11 months ago

@skip-go/core v0.5.0

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

Deprecation Notice

⚠️ This project is deprecated

@skip-go/core has been renamed to @skip-go/client. Thus, this package is no longer actively maintained and may not receive future updates or bug fixes. Please use the now maintained and developed @skip-go/client as a replacement.

Migration Guide

@skip-go/core@^0.4.5 is the same as @skip-go/client@0.4.5. To migrate packages with minimal disruption, please upgrade to @skip-go/core@^0.4.5 and then replace the package with @skip-go/client@0.4.5, then upgrading to the latest version from there.

Thank you for your understanding and for using our software.

Please reach out to us in our discord if you have any questions and/or need assistance migrating!

npm/v npm/dt stars

@skip-go/core

JavaScript SDK for Skip Go API

Install

npm install @skip-go/core

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/core

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

# install dependencies
npm install

# run watch server to build on changes
npm -w @skip-go/core 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