# The Orbs Starter Kit

Orbs has prepared a template to use when starting to work on smart contracts.

It is available here: <https://github.com/orbs-network/orbs-starter-kit>

The kit will set up a project that uses the Contract SDK and Gamma-cli to build a simple contract. It also uses Node.JS to run the application and the Orbs Javascript Client SDK to access the Orbs blockchain (Gamma) and perform actions on the contract.

For more information follow the readme.md file in the repo.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.orbs.network/v2-contract-sdk/getting-started/the-orbs-starter-kit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
