Joystream / Joystream/joystream

CLI: Bounty management commands (work related)

Open
#3,060 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bounty-pallet CLI
Dominant language
Rust
Stars
1.4k
Forks
116
PR merge metrics
No merged PRs in 30d

Description

This issue outlines that subset of commands for Bounty module based on the extrinsics, for the complete set of commands refer to #3056

  • Announcing the work entry for a successful bounty (announce_work_entry)
  • Withdraw work entry from a bounty (withdraw_work_entry)
  • List of work entries (entries)
  • Submitting work for a given bounty (submit_work)
  • Submitting oracle judgment (submit_oracle_judgment)

Furthermore, my initial idea for command structure, based on the existing implementation of CLI for different modules, is as follows:

  • joystream-cli bounty:announceWorkEntry
  • joystream-cli bounty:withdrawWorkEntry
  • joystream-cli bounty:entries
  • joystream-cli bounty:submitWork
  • joystream-cli bounty:submitOracleJudgment

┆Issue is synchronized with this Asana task by Unito

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading issue #3056 and the existing CLI implementations for other modules, then trace the Bounty extrinsics named here. The work is done when the five listed commands are available with the proposed names and support their corresponding bounty operations.

Written by the indexing model from the issue text.

Assessment

Tech stack
blockchain, rust, typescript
Domain
blockchain, cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.