Getting Started

The Decombine SLC SDK is the recommended way to get started with building your Smart Legal Contracts for developers. Decombine offers a high performance library in Go with everything baked in.

Contract CLI

You can install the Contract CLI to easily create and manage your first Smart Legal Contract project.

go install github.com/decombine/contract@latest

Decombine SLC SDK

You can also jump right into the fray with the Decombine SLC SDK. The source code is available on GitHub: github.com/decombine/slc

go get github.com/decombine/slc

Using the Decombine API