Official home of the Koinos Blockchain. Use this umbrella repository to launch a Koinos cluster using Docker.
-
Updated
Nov 1, 2025
Official home of the Koinos Blockchain. Use this umbrella repository to launch a Koinos cluster using Docker.
The chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.
A command line utility used for key management and to interact with the Koinos blockchain.
The p2p microservice orchestrates the distribution of blocks and transactions between peers.
The Koinos Software Development Kit (SDK) facilitates the creation of smart contracts on the Koinos blockchain.
Official home of the Koinos Protobuf schema. Koinos data types are defined here and generated in a variety of supported languages.
This suite of system contracts provides core functionality for the Koinos blockchain including consensus algorithms and tokenomics.
A repository to propose, track, and discuss smart contract standards for the Koinos Blockchain.
A suite of integration tests useful in identifying regressions in Koinos microservices.
The jsonrpc microservice translates and routes jsonrpc requests to other Koinos microservices.
The block producer microservice constructs blocks using pending transactions in the mempool for submission to the chain.
The block store microservice saves blocks to disk and provides an API to the Koinos cluster via RPC over AMQP.
An MQ library used by Koinos Golang applications.
The gRPC microservice translates and routes gRPC requests to other Koinos microservices.
A set of example contracts used in Koinos smart contract development tutorials.
Add a description, image, and links to the koinos topic page so that developers can more easily learn about it.
To associate your repository with the koinos topic, visit your repo's landing page and select "manage topics."