EOSIO is the next-generation blockchain platform for creating and deploying smart contracts and distributed applications. EOSIO comes with a number of programs. The primary ones included in EOSIO are the following:
- Nodeos (node + eos = nodeos) - core service daemon that runs a node for block production, API endpoints, or local development.
- Cleos (cli + eos = cleos) - command line interface to interact with the blockchain (via
nodeos
) and manage wallets (viakeosd
). - Keosd (key + eos = keosd) - component that manages EOSIO keys in wallets and provides a secure enclave for digital signing.
The basic relationship between these components is illustrated in the diagram below.
[[info | What’s Next?]] |
Install the EOSIO Software before exploring the sections above. |