Skip to content

Commit

Permalink
Merge pull request #25 from kudos-ink/add-substrate-tools
Browse files Browse the repository at this point in the history
add substrate_tooling.json
  • Loading branch information
CJ13th authored Oct 2, 2024
2 parents fde14c9 + 8306972 commit bdb7fb2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions data/substrate_tooling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "Substrate Tooling",
"slug": "substrate-tooling",
"description": "Substrate enables developers to quickly and easily build future proof blockchains optimized for any use case.",
"links": {
"website": [{ "label": "substrate.io/", "url": "https://substrate.io/" }],
"docs": [
{ "label": "Substrate Docs", "url": "https://docs.substrate.io/" }
],
"explorer": [],
"repository": [
{
"label": "Substrate API Sidecar",
"url": "https://github.com/paritytech/substrate-api-sidecar"
},
{
"label": "Substrate Telemetry",
"url": "https://github.com/paritytech/substrate-telemetry"
},
{
"label": "Substrate Connect",
"url": "https://github.com/paritytech/substrate-connect"
},
{
"label": "Substrate Portal UI",
"url": "https://github.com/polkadot-js/apps"
},
{
"label": "Polkadot JS Extension",
"url": "https://github.com/polkadot-js/extension"
}
],
"social": []
},
"attributes": {
"networks": [],
"purposes": [],
"stackLevels": ["offchain"],
"technologies": ["substrate"],
"types": ["library"]
}
}

0 comments on commit bdb7fb2

Please sign in to comment.