Proposers Hub
  • Proposers' Hub
  • Information
    • Quick Start - FAQ
  • Help with proposing in Catalyst
    • IdeaScale Proposal Form Guidance Notes (multi-lingual)
    • A Proposer's Guide to Assessment Flagging (multi-lingual)
  • Onboarding as a new Funded Proposer
    • F8 : Onboarding
    • F7 : Onboarding
  • Managing Funds
    • How you will receive funds
    • Exchange rates of monthly payments
    • Ways to manage price fluctuations
  • Reporting
    • Reporting
    • Closing your project
    • Good Practice
  • The Funded Proposers Sub CIrcle
    • About the Funded Proposers Sub-circle
    • Minutes of Sub-Circle Meetings
    • Proposer issues raised via montly reporting form
    • Funded Proposers' Sub-Circle activity log
    • Funded Proposer SubCircle budget
    • Circle Rapid Funding budget
  • Funded Proposers and Catalyst Circle
    • Funded Proposer Representatives on Catalyst Circle
    • Funded Proposer Problems on Catalyst Circle's problem board
  • Funded proposers and IOHK
    • Meet the IOHK Team
    • Catalyst Coordinator Meetings
  • Fund 7 Proposal, Catalyst Coordinator Hub
    • Catalyst-Coordinator Hub Proposal
    • Catalyst-Coordinator Prioritized Problems
    • Catalyst-Coordinator-Feedback
    • Reporting
    • F7 Close-out Report
    • Glossary
Powered by GitBook
On this page
  • GitHub CLI
  • Clone repo
  • List Issues in repo
  • Export issues to a csv file
  • Extending GitHub CLI with hub
  • How to create a PAT token (Personal Access Token)
Edit on GitHub
  1. Fund 7 Proposal, Catalyst Coordinator Hub

Catalyst-Coordinator-Feedback

November and December 2021

PreviousCatalyst-Coordinator Prioritized ProblemsNextReporting

Last updated 2 years ago

Between November and December 2021 the Catalyst Coordinator Circle Representative trialed a process to capture proposer concerns as GitHub issues.

This was later documented on this GitBook as part of the Fund 7 Catalyst Coordinator Hub proposal.

In all 26 issues were captured from mainly from with the rest from social media sources (mainly Catalyst Coordinator Telegram).

Issue
Description

Use a separate Wallet for each separately funded Catalyst project.

Raised by Peter Van Garderen

Convert your Catalyst ADA to stablecoin/fiat as soon as you receive it if you need to pay project expenses in fiat.

Raised by Peter Van Garderen

Open sourcing / availability of Atala PRISM API / SDK - Maury Shenk

Possible paths to open investments to the project outside catalyst to be able to continue development

Contact with the IOG wallet lite UX team. - Niels Kijf

Detailed receipts of payouts, amounts, for which proposal to help with accounting. - Nori

Wada core costs covered so Wada can focus on supporting and mentoring new projects. It's tough doing our own projects and supporting others - WADA

Looking forward to have Cardano build a platform where investors can fund startups (ie. Seed or A round) with ADA. - Yong Yang See Tho

GitHub CLI

For documentation on the GitHub Command Line Interface see here

Clone repo

List Issues in repo

Export issues to a csv file

gh issue list --limit 1000 --state all | tr ',' ' ' | tr '\t' ',' > issues.csv

Extending GitHub CLI with hub

hub is an extension to command-line git that helps you do everyday GitHub tasks without ever leaving the terminal.

How to create a PAT token (Personal Access Token)

1)

2)

3)

4)

5)

6)

7)

8)

See

https://quality-assurance-dao.gitbook.io/treasury-advisory-service/project-automation/general-introduction/pat-token
Good Practice ? One Wallet per Proposal
Good Practice ? Convert your Catalyst ADA to stablecoin/fiat
Open sourcing / availability of Atala PRISM API / SDK
Possible paths to open investments
Contact with the IOG wallet lite UX team
Detailed receipts
Wada core costs covered
Looking forward to have Cardano build a platform where investors can fund startu
Catalyst-Coordinator-Feedback
Coordinator Support insights
https://cli.github.com/
hub · an extension to command-line git
Logging into a GitHub account using gh