@safely-project/safely-ts
v1.0.1
Published
<div align="center"> <img height="170" src="http://github.com/project-serum/awesome-serum/blob/master/logo-serum.png?raw=true" />
Readme
Packages
| Package | Version | Description |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| @project-serum/borsh | | Borsh serialization primitives |
|
@project-serum/common | | Common utilities |
|
@project-serum/serum | | Library for interacting with the Serum DEX |
|
@project-serum/pool | | Client for interacting with Pools |
|
@project-serum/spl-token-swap | | Client for interacting with the SPL Token Swap Program |
|
@project-serum/swap | | Client for swapping on the Serum DEX |
|
@project-serum/tokens | | Solana token addresses |
Contributing
Installing
To get started first install the required build tools:
npm install -g lerna
npm install -g yarnThen bootstrap the workspace:
yarnBuilding
To build the workspace:
yarn buildTesting
To run all tests:
yarn testLinting
To lint:
yarn lintTo apply lint fixes:
yarn lint:fix