From d0822c4ad17c79d71dc79ec528a6076856ad96c6 Mon Sep 17 00:00:00 2001 From: Connor Campbell Date: Wed, 2 Oct 2024 21:07:15 +0900 Subject: [PATCH] add substrate_libraries.json --- data/projects/substrate_libraries.json | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 data/projects/substrate_libraries.json diff --git a/data/projects/substrate_libraries.json b/data/projects/substrate_libraries.json new file mode 100644 index 0000000..1213d41 --- /dev/null +++ b/data/projects/substrate_libraries.json @@ -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"] + } +}