0.0.1-beta.2 • Published 3 years ago

@project-serum/lockup v0.0.1-beta.2

Weekly downloads
18
License
Apache-2.0
Repository
github
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/lockupnpmClient for interacting with the Lockup Program
@project-serum/poolnpmClient for interacting with Pools
@project-serum/registrynpmClient for interacting with the Registry Program
@project-serum/swapnpmClient for interacting witht the Swap Program
@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