Joystream / Joystream/joystream
CLI: Bounty management commands (funding related)
Open
@zeeshanakram3 is already working on this.
Since Jan 25, 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
- Funding a bounty (
fund_bounty) - Withdrawing funds from the bounty (
withdraw_funding) - Withdraw work entrant funds (
withdraw_work_entrant_funds)
Furthermore, my initial idea for command structure, based on the existing implementation of CLI for different modules, is as follows:
joystream-cli bounty:fundBountyjoystream-cli bounty:withdrawFundingjoystream-cli bounty:withdrawWorkEntrantFunds
┆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.