@diagonal-finance/sdk
v2.0.3
Published
Diagonal finance Backend SDK
Downloads
8
Keywords
Readme
| Diagonal SDK backend is a collection of classes which enables developers easier interaction with the Diagonal backend. | | ---------------------------------------------------------------------------------------------------------------------- |
♜ Jest tests & common test coverage for all packages (npm test
)
♞ ESLint & Prettier to keep the code neat and well organized (npm run format
& npm run lint
)
♝ Automatic deployment of documentation generated with typedocs
📦 Package
🛠 Installation
ESMModule:
npm install @diagonal-finance/sdk
📜 Usage
Please check: https://github.com/diagonal-finance/examples for example usage.
🛠 Development
Clone this repository and install the dependencies:
git clone https://github.com/diagonal-finance/sdk-node.git
cd sdk-node && npm i
📜 Usage
npm run lint # Syntax check with ESLint (yarn lint:fix to fix errors).
npm run format # Syntax check with Prettier (yarn prettier:fix to fix errors).
npm test # Run tests (with common coverage).
npm run build # Create a JS build.