Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 959 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 959 Bytes
content_title
EOSIO-Taurus Overview

EOSIO-Taurus is the next-generation blockchain platform for creating and deploying smart contracts and distributed applications. EOSIO-Taurus comes with a number of programs. The primary ones included in EOSIO-Taurus are the following:

  • Nodeos - Core service daemon that runs a node for block production, API endpoints, or local development.
  • Cleos - Command line interface to interact with the blockchain (via nodeos) and manage wallets (via keosd).
  • Keosd - Component that manages EOSIO-Taurus keys in wallets and provides a secure enclave for digital signing.

The basic relationship between these components is illustrated in the diagram below.

EOSIO-Taurus components

Additional EOSIO-Taurus Resources: