# Code Examples

The following examples will serve as a guide to understand the Celo SDK:

* The [Sending CELO](https://josh-8.gitbook.io/celo-docs/developer-guide/start/hellocelo) walkthrough will guide you through the basics of connecting to Celo networks using ContractKit.
* The [Deploy a Contract (local node)](https://josh-8.gitbook.io/celo-docs/developer-guide/start/hellocontracts) walkthrough will guide you through the basics of how to deploy your own smart contracts from a local Celo node.
* The [Deploy a Contract (Forno)](https://josh-8.gitbook.io/celo-docs/developer-guide/start/hello-contract-remote-node) demonstrates how to deploy smart contracts with [Truffle](https://www.trufflesuite.com/truffle) and [Forno](https://josh-8.gitbook.io/celo-docs/developer-guide/forno), a remote node service provider.
* The [DappKit Truffle Box](https://josh-8.gitbook.io/celo-docs/developer-guide/start/hello-mobile-dapp) walkthrough will help you create a simple mobile dApp using dAppKit and the React Native Expo framework.
