1 unstable release

0.1.0 Mar 25, 2024

#29 in #vote

Download history 114/week @ 2024-03-23 31/week @ 2024-03-30 2/week @ 2024-04-06

147 downloads per month

MIT license

18KB
520 lines

Solana Workflow @ DASH

Description

This is DASH, standard for workflow in Solana. Functions:

  • create: create a workflow_pda and a list of checkpoint_pda.
  • new: create a mission from the starting point of the workflow
    • create mission_pda
    • copy head checkpoint_pda and change its content
  • vote: make a choice on a mission
    • create new new pda
    • change current checkpoint of misison_pda to the newly created one

TODO

  • Votemachine
    • Solana Program: DocInput, SingleChoice, Squads, Realms
    • Web2: Discourse
    • Other chain: Snapshot, Tally
  • Variable
  • Trigger
    • Web2: Twitter

Priority

  • DocInput
  • SingleChoice
  • Variable
  • Discourse
  • Squads
  • Twitter

Dependencies

~18–26MB
~438K SLoC