StellarcarbonExplained
Stellarcarbon for business
Enable your product or platform to automatically channel value into regenerative impact projects. Whether you run a web app, mobile dApp, or backend service on Stellar, you can integrate carbon-sinking with just a few lines of code. Let every transaction your users make also contribute to nature.
HTTP API integrationRequest a sinking transaction from our API and sign it with your company wallet or let your customer sign it with theirs. You choose what fits best. Use our official Typescript SDK, or generate your own from the OpenAPI Specification.
Soroban smart contract integrationIf you use smart contracts in your workflow, it takes just a couple of lines to sink CARBON:
Contact uslet sink_client = sink_contract::Client::new(&env, &sink_contract_id);
sink_client.sink_carbon(funder, recipient, amount, project_id, memo_text);
Read more about our open-source components on the software page.We are happy to offer support while you integrate Stellarcarbon into your workflows. Just send us an email at [email protected].