Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.46 KB

index.md

File metadata and controls

27 lines (19 loc) · 1.46 KB
content_title
Nodeos

Introduction

nodeos is the core service daemon that runs on every EOSIO-Taurus node. It can be configured to process smart contracts, validate transactions, produce blocks containing valid transactions, and confirm blocks to record them on the blockchain.

Installation

To install nodeos, visit the EOSIO-Taurus Software Installation section.

Explore

Navigate the sections below to configure and use nodeos.

  • Usage - Configuring and using nodeos, node setups/environments.
  • Plugins - Using plugins, plugin options, mandatory vs. optional.
  • Replays - Replaying the chain from a snapshot or a blocks.log file.
  • RPC APIs - Remote Procedure Call API reference for plugin HTTP endpoints.
  • Logging - Logging config/usage, loggers, appenders, logging levels.
  • Concepts - nodeos concepts, explainers, implementation aspects.
  • Enterprise application integration support - New features added in EOSIO-taurus for such support, e.g. ECDSA and RSA signature verification.
  • Troubleshooting - Common nodeos troubleshooting questions.

[[info | Access Node]] | A local or remote EOSIO-Taurus access node running nodeos is required for a client application or smart contract to interact with the blockchain.