Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

test #9

Closed
wants to merge 10 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions projects/alpha/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Test Project",
"description": "Testdescr.",
"websites": [
{
"url": "https://www.google.com",
"description": "Google Search"
},
{
"url": "https://app.axieinfinity.com/",
"description": "Axie Marketplace"
}
],
"contracts": [
{
"address": "0x0000000000000000000000000000000000000000",
"label": "Burn Address",
"description": "Contract description."
}
],
"categories": [
"game",
"deFi"
]
}