Skip to content

Commit

Permalink
Merge pull request #24 from kudos-ink/add-substrate-lib
Browse files Browse the repository at this point in the history
add substrate_libraries.json
  • Loading branch information
CJ13th authored Oct 2, 2024
2 parents cdbc890 + d0822c4 commit fde14c9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions data/projects/substrate_libraries.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Substrate Libraries",
"slug": "substrate",
"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": "Subxt",
"url": "https://github.com/paritytech/subxt"
},
{
"label": "PolkadotJS API",
"url": "https://github.com/polkadot-js/api"
},
{
"label": "PolkadotJS Docs",
"url": "https://github.com/polkadot-js/docs"
}
],
"social": []
},
"attributes": {
"networks": [],
"purposes": [],
"stackLevels": ["offchain"],
"technologies": ["substrate"],
"types": ["library"]
}
}

0 comments on commit fde14c9

Please sign in to comment.