0.0.4 • Published 2 years ago

renec-serum v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 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
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago