input-output-hk / catalyst-core

⚙️ Core Catalyst Governance Engine and utilities.
https://input-output-hk.github.io/catalyst-core
Apache License 2.0
37 stars 16 forks source link

Define the exact metadata record to save #683

Closed kukkok3 closed 6 months ago

kukkok3 commented 6 months ago

Suggested Metadata: Use CIP-20

Example for multiple messages/comments/memos:

{
  "674":
         {
           "msg":
                  [
                    "Catalyst Audit Data",
                    "fund-name: fund 1234",
                    "artifact: Fund Parameters",
                    "hash: 0x1234...abcd",
                    "link: https://www.somewhere.io/something/something/FundParameters.zip"
                  ]
         }
}