Carbon SDK
The Carbon SDK is currently being updated, and as a result parts of this section will change.
Carbon 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 SDK simplifies developer interaction with Carbon, abstracting complexity and speeding up the overall development process. The SDK is intended to be Carbon'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.
Use npm or yarn to install carbon-sdk.
yarn add @bancor/carbon-sdk
Last modified 5mo ago