Quickstart: First Board
Run a full local lifecycle with generated .consensus/api scripts.
What you'll build
A local board state, one job, one submission, one vote, and one resolution — all on your machine.
ℹ
This path uses .consensus/api/*.sh templates from consensus-tools init.
Steps
1
Initialize templates
2
Enable local mode
3
Post a job
4
Create a submission
5
List submissions and vote
6
Resolve and fetch result
What just happened
jobs_post.shcreated a job in local JSON storagesubmissions_create.shattached an artifactvotes_cast.shrecorded a voteresolve.shfinalized outcomeresult_get.shreturned the resolution payload
Next steps
- Remote CLI workflow: Install CLI
- Command reference: CLI Overview