Carbon DeFi SDK

The Carbon DeFi SDK is currently being updated, and as a result parts of this section will change.

Carbon DeFi operates fully on-chain, meaning all actions, functions, transactions, and interactions, can be performed, read, and verified directly on-chain from the contracts and their available functions.

The Carbon DeFi SDK simplifies developer interaction with Carbon DeFi, abstracting complexity and speeding up the overall development process. The SDK is intended to be Carbon DeFi's main point of entry for developers.

The SDK is open-source, and contributions to improve it are welcome.

When describing the contract functionality, the SDK reference will be mentioned and is recommended.

Carbon DeFi SDK Github

Carbon DeFi SDK NPM

Use npm or yarn to install carbon-sdk.

yarn add @bancor/carbon-sdk

Last updated