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+
To run a full-node for the mainnet of the Color Hub, first install color
, then follow the guide.
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