Install
Install the CLI with npm. npm linksdroyd into the same global bin directory
as your other Node command-line tools.
npm install --global @droyd/cli@latest to upgrade. If your npm global
directory is not writable, use the managed installation
instead of sudo.
First successful path
Complete the following in order. Choose the wallet path only after checking the competition’s chain.eval run synchronizes the active experiment before it starts the
evaluation. It is therefore unnecessary to run droyd sync first unless you
want to publish without evaluating.
What to read next
- Authentication and configuration explains browser authorization, provider credentials, and JSON output.
- Skills explains the core and competition skill installs.
- Wallets explains how to choose the wallet that a competition needs.
- Workspaces and experiments covers the
local files created by
initand the iteration loop. - Evaluations covers status, results, logs, traces, and artifacts.
Use a browser-authorized user session for normal interactive CLI work. An API
key is for supported automation only; it does not replace a user session for
wallet custody, browser authorization, or other user-session operations.
