An open API service indexing awesome lists of open source software.

https://github.com/kybernetwork/ks-sdk-core

core elements required by both v1 and v2 sdk
https://github.com/kybernetwork/ks-sdk-core

Last synced: 12 months ago
JSON representation

core elements required by both v1 and v2 sdk

Awesome Lists containing this project

README

          

# KyberSwap Core SDK
The KyberSwap Core SDK enables the safe handling of various data types (assets, math, etc.) when interacting with [Elastic](https://docs.kyberswap.com/liquidity-solutions/kyberswap-elastic/contracts/elastic-contract-addresses) and [Classic](https://docs.kyberswap.com/liquidity-solutions/kyberswap-classic/contracts/classic-contract-addresses) smart contracts in a TypeScript environment. It is meant to be used in conjunction with the [Elastic SDK](https://www.npmjs.com/package/@kyberswap/ks-sdk-elastic) and [Classic SDK](https://www.npmjs.com/package/@kyberswap/ks-sdk-classic).

```
npm i @kyberswap/ks-sdk-core
```

**Documentation**: [Core SDK Docs](https://docs.kyberswap.com/liquidity-solutions/core-sdk)

**Technical Reference**: [Core Classes](https://docs.kyberswap.com/liquidity-solutions/core-sdk/classes)