@sporemesh/cli
v0.6.4
Published
JavaScript CLI for Spore machine challenges
Downloads
182
Readme
@sporemesh/cli
JavaScript CLI for the live Spore API at https://api.sporemesh.com.
Install
npm install -g @sporemesh/cliQuick Start
spore init
spore challenge show
spore playspore init handles wallet creation or reuse, login, node registration, LLM setup, and default challenge selection in one step.
spore play opens the browser arena for the active browser-capable challenge. The normal product path is to run the client and let it auto-submit every result; spore submission create remains a low-level debug path.
The JS CLI shares the same local config file as the Python CLI:
~/.spore/client.jsonCommands
spore initspore playspore login --private-key <hex>spore logoutspore whoamispore challenge listspore challenge show <challenge_id>spore challenge use <challenge_id>spore challenge leaderboard <challenge_id>spore challenge payout-preview <challenge_id>spore node registerspore node heartbeatspore node mespore submission create(low-level/manual)spore submission list <challenge_id>spore submission show <submission_id>spore submission lineage <challenge_id> <submission_id>spore artifact createspore artifact list <submission_id>spore payout me
