v2 Contract SDK
  • Orbs Contract SDK
  • Getting Started
    • About smart contracts
    • Becoming a Go developer
    • Installing Gamma - local blockchain
    • Deploying your first contract
    • The Orbs Starter Kit
    • Downloading the Contract SDK
  • Orbs Contracts
    • Smart contracts
    • Layout of a contract file
    • Data types (Exported Functions)
    • State
    • Address
    • Events
    • Error handling
    • Calling other contracts
    • Calling Ethereum contract
    • API Reference
    • Limitations of Orbs Contracts
    • Creating a new contract
  • Gamma in Depth
    • Starting and stopping the server
    • Test keys and accounts
    • Deploying smart contracts
    • Sending transactions and queries
    • Checking sent transaction status
    • Reading Logs from Contracts
    • Working with multiple environments
    • Upgrading to latest versions
    • Gamma server under the hood
    • Deploying Gamma in the Cloud
      • Amazon Web Services
      • Google Cloud Platform
      • Azure
Powered by GitBook
On this page
  1. Getting Started

The Orbs Starter Kit

PreviousDeploying your first contractNextDownloading the Contract SDK

Last updated 5 years ago

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

It is available here:

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.

https://github.com/orbs-network/orbs-starter-kit