​nodeos: The core service daemon that runs on every EOSIO node
​cleos: A command line interface to interact with the blockchain and manage wallets
​keosd: A key manager service daemon for storing private keys and signing digital messages
​eosio.cdt: Contract Development Toolkit is a suite of tools used to build EOSIO contracts
​eosio.contracts: Smart contracts that provide some of the basic functions of the EOSIO blockchain
​eos-vm: EOS VM - A Low-Latency, High Performance and Extensible WebAssembly Engine
​eosio-java-android-example-app: Application demonstrating integration with EOSIO-based blockchains using EOSIO SDK for Java
​eosio-swift-ios-example-app: Application demonstrating integration with EOSIO-based blockchains using EOSIO SDK for Swift
​tropical-example-web-app: An example for developers showing an application built on EOSIO combining UAL, Manifest Spec, and Ricardian Contracts
​eosio-explorer: An application providing Web GUI to communicate with EOSIO blockchain in a local development environment
​eosio-toppings: A monorepo composed of the various packages which work together to create a web-based development tool to help users create applications on the EOSIO blockchain
​eosio-web-ide: EOSIO Quickstart Web IDE lets developers start experiment building applications on EOSIO platform in a matter of minutes
​demux-js: Demux is a backend infrastructure pattern for sourcing blockchain events to deterministically update queryable datastores and trigger side effects.
​history-tools: Set of tools built to facilitate highly performant searches, written in C++, that can efficiently and scalably sift through terabytes of data from the full history of EOSIO blockchains.
​eosjs: A Javascript library which provides an API for integrating with EOSIO-based blockchains using the EOSIO Nodeos RPC API
​eosjs-keygen: A Javascript library for managing keys in local storage
​eosio-swift: An API for integrating with EOSIO-based blockchains using the EOSIO RPC API
​eosio-swift-abieos-serialization-provider: A pluggable serialization provider for EOSIO SDK for Swift.
​eosio-swift-ecc: A library for working with public and private keys, cryptographic signatures, encryption/decryption, etc. as part of the EOSIO SDK for Swift family of libraries
​eosio-swift-reference-ios-authenticator-signature-provider: A pluggable signature provider for EOSIO SDK for Swift
​eosio-swift-softkey-signature-provider: An example pluggable signature provider for EOSIO SDK for Swift. It allows for signing transactions using in-memory K1 keys
​eosio-swift-vault-signature-provider: A pluggable signature provider for EOSIO SDK for Swift
​eosio-swift-vault: An utility library for working with public/private keys and signing with Apple's Keychain and Secure Enclave
​eosio-java-android-abieos-serialization-provider: A pluggable serialization provider for EOSIO SDK for Java
​eosio-java-android-rpc-provider: An Android RPC provider implementation for use within EOSIO SDK for Java as a plugin.
​eosio-java-softkey-signature-provider: An example pluggable signature provider for EOSIO SDK for Java
​eosio-android-keystore-signature-provider: An example pluggable signature provider for EOSIO SDK for Java written in Kotlin
​eosjs-ios-browser-signature-provider-interface: A Signature Provider Interface for communicating with an authenticator from iOS Safari using the EOSIO Authentication Transport Protocol Specification
​eosjs-ledger-signature-provider: A SignatureProvider for communicating with eosjs from a Ledger device
​eosjs-signature-provider-interface: An abstract class that implements the EOSJS Signature Provider interface, and provides helper methods for interacting with an authenticator using the EOSIO Authentication Transport Protocol Specification
​eosjs-window-message-signature-provider-interface: A Signature Provider Interface for communicating with an authenticator over the Window Messaging API using the EOSIO Authentication Transport Protocol Specification
​ual-authenticator-walkthrough: A tutorial walks through the steps required to create a UAL for Ledger Authenticator
​ual-reactjs-renderer: A library provides a React renderer around the Universal Authenticator Library