koinos
There are 42 repositories under koinos topic.
koinos/koinos
Official home of the Koinos Blockchain. Use this umbrella repository to launch a Koinos cluster using Docker.
koinos/koinos-chain
The chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.
koinos/koinos-cli
A command line utility used for key management and to interact with the Koinos blockchain.
koinos/koinos-p2p
The p2p microservice orchestrates the distribution of blocks and transactions between peers.
koinos/koinos-sdk-cpp
The Koinos Software Development Kit (SDK) facilitates the creation of smart contracts on the Koinos blockchain.
koindx/token-example
This is an example token contract that includes approvals / allowances.
koindx/v2-sdk
The KoinDX V2-SDK
koinos/koinos-contract-standards
A repository to propose, track, and discuss smart contract standards for the Koinos Blockchain.
koinos/koinos-contracts-cpp
This suite of system contracts provides core functionality for the Koinos blockchain including consensus algorithms and tokenomics.
koinos/koinos-proto
Official home of the Koinos Protobuf schema. Koinos data types are defined here and generated in a variety of supported languages.
koinos/koinos-block-producer
The block producer microservice constructs blocks using pending transactions in the mempool for submission to the chain.
koinos/koinos-integration-tests
A suite of integration tests useful in identifying regressions in Koinos microservices.
koinos/koinos-jsonrpc
The jsonrpc microservice translates and routes jsonrpc requests to other Koinos microservices.
koinos/koinos-util-cpp
A utility library used by Koinos C++ applications.
koinos/koinos-util-golang
A utility library used by Koinos Golang applications.
roaminro/koinos-pb-to-proto
Small JavaScript library to convert a Koinos .pb file (proto file in binary format) to a Koinos .proto file (proto file in text format)
roaminro/koinos-rest
A simple REST API for the Koinos blockchain
koinos/koinos-block-store
The block store microservice saves blocks to disk and provides an API to the Koinos cluster via RPC over AMQP.
koinos/koinos-contract-examples
A set of example contracts used in Koinos smart contract development tutorials.
koinos/koinos-crypto-cpp
A crypto library used by Koinos C++ applications.
koinos/koinos-docs
A MkDocs based documentation site providing step-by-step guides, architecture & design, and other information regarding the Koinos blockchain and framework.
koinos/koinos-grpc
The gRPC microservice translates and routes gRPC requests to other Koinos microservices.
koinos/koinos-log-cpp
A logging library used by Koinos C++ applications.
koinos/koinos-mq-cpp
An MQ library used by Koinos C++ applications.
koinos/koinos-mq-golang
An MQ library used by Koinos Golang applications.
koinos/koinos-rest
The rest microservice provides a REST API for interacting with the Koinos node.
roaminro/my-koinos-wallet
A web wallet for the Koinos blockchain
joticajulian/koinos-sc-store
Koinos Microservice to store smart contract details
koinos/koinos-abi-proto-gen
Generate a Koinos compatible ABI file from a *.proto file.
koinos/koinos-repo-template
A repository template that sets up GitHub issue templates, README, CONTRIBUTING and LICENSE.