Joystream / Joystream/joystream
CLI: Bounty management commands (bounties related)
Open
@zeeshanakram3 is already working on this.
Since Jan 24, 2022.
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
- Getting information of a bounty
- List of existing bounties (
bounties) - Creating a bounty (
create_bounty) - Canceling a bounty (
cancel_bounty) - Vetoing a bounty (
veto_bounty)
Furthermore, my initial idea for command structure, based on the existing implementation of CLI for different modules, is as follows:
joystream-cli bounty:bountyjoystream-cli bounty:bountiesjoystream-cli bounty:createBountyjoystream-cli bounty:cancelBountyjoystream-cli bounty:vetoBounty
┆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.
Assessment
This issue has not been assessed yet.