Joystream / Joystream/joystream
CLI: Bounty management commands (work related)
Nobody has claimed this yet.
- 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:announceWorkEntryjoystream-cli bounty:withdrawWorkEntryjoystream-cli bounty:entriesjoystream-cli bounty:submitWorkjoystream-cli bounty:submitOracleJudgment
┆Issue is synchronized with this Asana task by Unito
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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