A collection of dapp tools that are displayed on DappRadar dapp pages
- Fork this repository
- Add tools to
tools.json
- Make a pull request
slug
(required) - slug of the dapp on DappRadar.- Example: slug for
https://dappradar.com/harmony/games/defi-kingdoms
isdefi-kingdoms
- Example: slug for
name
(required)url
(required)description
(required)image
authorName
social
(array)type
(Website, Twitter, etc.)url
{
"slug": "defi-kingdoms",
"tools": [
{
"title": "Freak's Axie Extension",
"url": "http://url-to-extension.com",
"image": "http://image-url.com",
"description": "An extension to help you play Axie Infinity. It shows number of breeds, HP, speed, purity, and pending exp",
"social": [
{
"type": "Website",
"url": "https://freakitties.github.io/axie/"
}
],
"authorName": "freak#0001"
}
{
"title": "...",
}
]
}
Our community is here to help! Ask around: