Pasteld Daemon

The Pastel Daemon (pasteld for short) has three primary responsibilities:

  1. Host the Core Node (cNode) functionality operating the blockchain, validating transactions, and communicating with other nodes.

  2. Host and operate the blockchain wallet and PastelID functionality.

  3. Host a JSON-RPC interface allowing for communication between cNode and the storage layers above it (walletnode and supernode).

PastelD can be run via command line. Instructions for command line implementation can be found on the following page.

Last updated