> For the complete documentation index, see [llms.txt](https://docs.orbs.network/v2-contract-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orbs.network/v2-contract-sdk/master.md).

# Orbs Contract SDK

The Orbs smart contract SDK is a framework for building decentralized applications over the Orbs blockchain. These applications are made of smart contracts written in the [Go](https://en.wikipedia.org/wiki/Go_\(programming_language\)) programming language.

The three chapters in the documentation cover:

* [Getting started](/v2-contract-sdk/getting-started/about-smart-contracts.md) - a high level overview of contract development in Orbs
* [Orbs Contracts](/v2-contract-sdk/orbs-contracts/smart-contracts.md) - how to develop a new contract - a full reference of the Orbs Contract SDK
* [Gamma in Depth](/v2-contract-sdk/gamma-in-depth/starting-and-stopping-the-server.md) - working with gamma-cli, the Orbs local blockchain implementation

Support for additional programming languages like JavaScript is under way.

## Github repo

Orbs is an MIT-licensed open source project. The source code for the contract SDK is available on Github

<https://github.com/orbs-network/orbs-contract-sdk>
