Package | Version | Description |
---|---|---|
@openbook-dex/borsh |
Borsh serialization primitives | |
@openbook-dex/common |
Common utilities | |
@openbook-dex/openbook |
Library for interacting with the Openbook DEX | |
@openbook-dex/swap |
Client for swapping on the Openbook DEX | |
@openbook-dex/tokens |
Solana token addresses |
To get started first install the required build tools:
npm install -g yarn
Then bootstrap the workspace:
yarn
To build the workspace:
yarn build
To run all tests:
yarn test
To lint:
yarn lint
To apply lint fixes:
yarn lint:fix