Skip to content

Latest commit

 

History

History
81 lines (58 loc) · 2.96 KB

README.md

File metadata and controls

81 lines (58 loc) · 2.96 KB

openbook-ts

Openbook Monorepo

Build Status Discord Chat License

Packages

Package Version Description
@openbook-dex/borsh npm Borsh serialization primitives
@openbook-dex/common npm Common utilities
@openbook-dex/openbook npm Library for interacting with the Openbook DEX
@openbook-dex/swap npm Client for swapping on the Openbook DEX
@openbook-dex/tokens npm Solana token addresses

Contributing

Installing

To get started first install the required build tools:

npm install -g yarn

Then bootstrap the workspace:

yarn

Building

To build the workspace:

yarn build

Testing

To run all tests:

yarn test

Linting

To lint:

yarn lint

To apply lint fixes:

yarn lint:fix