Developer documentation
Developer documentation
This is the STILL documentation aimed to developers.
General overview of the STILL architecture
The STILL command-line software has two binaries: still-node
and still-wallet-cli
.
still-node
still-node
is the core piece of software for the STILL project. It processes blocks and transactions and verifies the consensus.
You can interact with the STILL node using the node RPC.
still-wallet-cli
still-wallet-cli
is the command line wallet. It connects to a STILL node and can process commands from the command-line (or optionally from RPC requests).
You can interact with the STILL node using the wallet RPC.