Last updated
Was this helpful?
The Toucan SDK allows developers to build using Toucan's infrastructure tools on Celo and Polygon. It provides a set of functions that allow developers to interact with Toucan Protocol's smart contracts and subgraphs using JavaScript. The SDK was built with Typescript and wraps around Ethers.js.
The Toucan SDK works in web browsers and Node.js applications.
npm i toucan-sdkor
yarn add toucan-sdkFor simple & quick offsetting use the OffsetHelper functions
If you want to retire carbon credits from a specific project, you can use the redeemMany and then the retire function.
Last updated
Was this helpful?
Was this helpful?