Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.75 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.75 KB

Color SDK

banner

version CircleCI Snap Status codecov Go Report Card license LoC

The Color-SDK is a framework for building blockchain applications in Golang. It is being used to build Color, the first implementation of the Color Hub.

WARNING: The SDK has mostly stabilized, but we are still making some breaking changes.

Note: Requires Go 1.12.1+

Color Hub Mainnet

To run a full-node for the mainnet of the Color Hub, first install color, then follow the guide.

Quick Start

To learn how the SDK works from a high-level perspective, go to the SDK Intro.

If you want to get started quickly and learn how to build on top of the SDK, please follow the SDK Application Tutorial. You can also fork the tutorial's repo to get started building your own Color SDK application.

For more, please go to the Color SDK Docs