Skip to content

openbook-dex/openbook-ts

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • TypeScript 80.7%
  • JavaScript 19.3%