1.0.0 • Published 3 years ago

serumm-ts-pipdex v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

Packages

PackageVersionDescription
@project-serum/borshnpmBorsh serialization primitives
@project-serum/commonnpmCommon utilities
@project-serum/serumnpmLibrary for interacting with the Serum DEX
@project-serum/poolnpmClient for interacting with Pools
@project-serum/spl-token-swapnpmClient for interacting with the SPL Token Swap Program
@project-serum/swapnpmClient for swapping on the Serum DEX
@project-serum/tokensnpmSolana token addresses

Contributing

Installing

To get started first install the required build tools:

npm install -g lerna
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