Change the repository type filter
All
Repositories list
77 repositories
koinos-mempool
PublicThe mempool microservice stores pending transactions for inclusion in blocks by the block producer.koinos-chain
PublicThe chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.koinos-io-website
Publickoinos-rest
PublicThe rest microservice provides a REST API for interacting with the Koinos node.koinos-p2p
PublicThe p2p microservice orchestrates the distribution of blocks and transactions between peers.koinos-mq-golang
PublicAn MQ library used by Koinos Golang applications.koinos-cli
Publickoinos-block-producer
PublicThe block producer microservice constructs blocks using pending transactions in the mempool for submission to the chain.koinos-contracts-as
Publickoinos-docs
PublicA MkDocs based documentation site providing step-by-step guides, architecture & design, and other information regarding the Koinos blockchain and framework.koinos-integration-tests
Publickoinos-testnet-faucet
Publickoinos-cmake
PublicA suite of CMake modules used in building Koinos C++ projects.koinos-cpp-dependencies
Publickoinos-proto-descriptors
Publickoinos-proto-python
Publickoinos-proto-js
Publickoinos-proto-golang
Publickoinos-proto-as
Publickoinos-proto-cpp
Publickoinos-proto
Publickoilib
Publickoinbot
Publickoinos-transaction-store
PublicThe transaction store microservice saves transactions to disk and provides an API to the Koinos cluster via RPC over AMQP.koinos-block-store
PublicThe block store microservice saves blocks to disk and provides an API to the Koinos cluster via RPC over AMQP.koinos-jsonrpc
PublicThe jsonrpc microservice translates and routes jsonrpc requests to other Koinos microservices.koinos-util-golang
Public