Skip to content

Instantly share code, notes, and snippets.

@nicovalencia
Created October 15, 2021 20:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicovalencia/575dae0bd387c9456ba72c063f068e39 to your computer and use it in GitHub Desktop.
Save nicovalencia/575dae0bd387c9456ba72c063f068e39 to your computer and use it in GitHub Desktop.
Level Protocol - IndieDAO Metadata Example
{
"name": "Katy Jeremko",
"country": "United States",
"projects": [
"Client Project 1",
"Client Project 2",
"Client Project 3"
],
"sourceCredBySeason": [{
"1": 2298,
"2": 3920,
"3": 128
}],
"shoutoutsBySeason": [{
"1": [{
"kind": "THANK_YOU",
"from": "nicovalencia.eth",
"createdAt": 1634330239508
}, {
"kind": "SPRINT_CHAMPION",
"from": "nicovalencia.eth",
"createdAt": 1634935134758
}],
"3": [{
"kind": "HACKATHON_HELPER",
"from": "nicovalencia.eth",
"createdAt": 1640378373014
}],
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment