RPC & REST API
Learn what Celo APIs are available via DataHub and how to use them
Last updated
Was this helpful?
Learn what Celo APIs are available via DataHub and how to use them
Last updated
Was this helpful?
Celo uses ContractKit, a library to help developers and validators to interact with the Celo blockchain and is well suited to developers looking for an easy way to integrate Celo Smart Contracts within their applications. Although the was intended to be used only with Ethereum, due to the nature of Celo, we can still use the majority of its features. The ContractKit, for every interaction with the node, uses a Web3 instance.
Learn about the API available via Celo below
You can review the official Web3 library documentation