Skip to content

Cardano RWA Bounties Commands

Bernard Sibanda edited this page Jan 30, 2026 · 2 revisions

A) Core project wizard (create & manage)

  • /new Start a new project wizard (industry → title → description → image → lead → github → outcomes → submit)

  • /cancel Cancel wizard session (keeps any saved draft rows)

  • /status Show wizard state (step + draft_id if active)

  • /summary Show current draft summary + outcomes (only works if a draft is active in session)

  • /drafts List projects (same as below aliases)

  • /projects (alias of /drafts)

  • /projs (alias of /drafts)

  • /open ID Open an existing draft/project by id (owner-only)

  • /edit N (N = 1..6) Edit one of the main fields:

    1. Industry
    2. Title
    3. Description
    4. Image URL
    5. Lead full name
    6. GitHub repo URL

B) Outcomes (project scope)

  • /outcomes PROJECT_ID List outcomes for a project (works even if wizard is inactive)

C) Developer outcome bids (project scope)

  • /obid PROJECT_ID OUTCOME_NO RATE_ADA ETA_DAYS message... Place (or update) a dev bid for one outcome number from /outcomes list Example: /obid 510052 1 12 7 I can deliver fast + docs + tests

D) Owner views (bidders)

Project-level bidders (aggregated from outcome bids)

  • /bidders PROJECT_ID Lists all devs who bid across outcomes in the project

  • /bidders PROJECT_ID --d Same list but “duration sort mode” (as you coded)

  • /bidder PROJECT_ID BIDDER_NO Show that bidder’s bids across outcomes

  • /bidder PROJECT_ID BIDDER_NO --comments Same, plus show the bid message comments (if any)

E) Owner tools (per-outcome)

  • /obidders OUTCOME_ID List bids for one specific outcome id

  • /obidders OUTCOME_ID --d Sort by duration then amount

  • /oassign OUTCOME_ID N Assign outcome to bidder number N (from the last /obidders list)

  • /oretract OUTCOME_ID Retract current assignment for that outcome

Minimal test script (copy/paste sequence)

  1. /drafts

  2. /open 510052 (or any id you have)

  3. /summary

  4. /outcomes 510052

  5. /obid 510052 1 12 7 test bid message

  6. /bidders 510052

  7. /bidder 510052 1 --comments

  8. Pick an outcome_id from /outcomes, then:

    • /obidders OUTCOME_ID
    • /oassign OUTCOME_ID 1
    • /oretract OUTCOME_ID

Clone this wiki locally