Skip to content

Commit

Permalink
Update kudos.json (#45)
Browse files Browse the repository at this point in the history
* Update kudos.json

* Update polkadot.json

* Update substrate-libraries.json

* Update substrate-tooling.json

* Update substrate-libraries.json
  • Loading branch information
ipapandinas authored Oct 15, 2024
1 parent 6601695 commit dc58914
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/projects/kudos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Kudos Portal",
"slug": "kudos",
"description": "A Portal for Agile Devtime - The Platform to Connect Teams and Skilled Contributors in the Polkadot Ecosystem.",
"richText": "Kudos is a platform designed to streamline the process of onboarding new developers to the Polkadot ecosystem. We make it simple to navigate, search and filter open GitHub contributions across the entire ecosystem, allowing aspiring contributors to find projects and tasks, which match their skill level and interests.",
"richText": "Kudos is a platform designed to streamline the process of onboarding new developers to the Polkadot ecosystem.\r\n\r\nWe make it simple to navigate, search and filter open GitHub contributions across the entire ecosystem, allowing aspiring contributors to find projects and tasks, which match their skill level and interests.",
"links": {
"website": [{ "label": "morekudos.com", "url": "https://morekudos.com" }],
"docs": [
Expand Down
2 changes: 1 addition & 1 deletion data/projects/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Polkadot",
"slug": "polkadot",
"description": "Polkadot unites the world's innovators and changemakers, building and using the most transformative apps and blockchains.",
"richText": "Polkadot SDK is the overarching name for Substrate, and the rest of Polkadot's Development Kit.\nThe runtimes of the Polkadot and Kusama relay chains, and their system chains were moved to be maintained by the Polkadot fellowship.",
"richText": "Polkadot SDK is the overarching name for Substrate, and the rest of Polkadot's Development Kit.\r\n\r\nThe runtimes of the Polkadot and Kusama relay chains, and their system chains were moved to be maintained by the Polkadot fellowship.",
"links": {
"website": [{ "label": "polkadot.com", "url": "https://polkadot.com/" }],
"docs": [
Expand Down
2 changes: 1 addition & 1 deletion data/projects/substrate-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Substrate Libraries",
"slug": "substrate-libraries",
"description": "Lightweight API libraries for seamless interaction with Substrate-based chains, offering efficient and flexible integration in various environments.",
"richText": "Substrate is a framework for building upgradable, modular and efficient blockchains.\nThe `Substrate Libraries` project page groups libraries that have a positive impact on developer success in the Polkadot Ecosystem.\n\nUnified repositories:\n\n- `polkadot-api`: A meticulously crafted suite of libraries to interact with Substrate based nodes in **Typescript**. Each lib is designed to be composable, modular, and aligned with a \"light-client first\" philosophy.\n- `subxt`: The official library to interact with Substrate based nodes in **Rust** or **WebAssembly**. Developed by Parity.",
"richText": "Substrate is a framework for building upgradable, modular and efficient blockchains.\r\n\r\nThe `Substrate Libraries` project page groups libraries that have a positive impact on developer success in the Polkadot Ecosystem.\r\n\r\nUnified repositories:\r\n\r\n- `polkadot-api`: A meticulously crafted suite of libraries to interact with Substrate based nodes in **Typescript**. Each lib is designed to be composable, modular, and aligned with a \"light-client first\" philosophy.\r\n\r\n- `subxt`: The official library to interact with Substrate based nodes in **Rust** or **WebAssembly**. Developed by Parity.",
"links": {
"website": [{ "label": "substrate.io/", "url": "https://substrate.io/" }],
"docs": [
Expand Down
2 changes: 1 addition & 1 deletion data/projects/substrate-tooling.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Substrate Tooling",
"slug": "substrate-tooling",
"description": "A few of the tools you might find useful as you start developing a Substrate-based blockchain.",
"richText": "Substrate is a framework for building upgradable, modular and efficient blockchains. **FRAME** is a system for building Substrate runtimes. The `Substrate Tooling` project page groups tools that have a positive impact on developer success in the Polkadot Ecosystem.\n\nUnified repositories:\n\n- `Substrate API Sidecar`: REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework. Developed by Parity in **Typescript**.\n- `Substrate Telemetry`: Polkadot Telemetry service. Developed by Parity in **Rust** and **Typescript**.\n- `Substrate Connect`: NPM packages that offers an innovative way to interact with Substrate-based blockchains directly in your browser. Developed by Parity in **Typescript**.",
"richText": "Substrate is a framework for building upgradable, modular and efficient blockchains. **FRAME** is a system for building Substrate runtimes. The `Substrate Tooling` project page groups tools that have a positive impact on developer success in the Polkadot Ecosystem.\r\n\r\nUnified repositories:\r\n\r\n- `Substrate API Sidecar`: REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework. Developed by Parity in **Typescript**.\r\n\r\n- `Substrate Telemetry`: Polkadot Telemetry service. Developed by Parity in **Rust** and **Typescript**.\r\n\r\n- `Substrate Connect`: NPM packages that offers an innovative way to interact with Substrate-based blockchains directly in your browser. Developed by Parity in **Typescript**.",
"links": {
"website": [{ "label": "substrate.io/", "url": "https://substrate.io/" }],
"docs": [
Expand Down

0 comments on commit dc58914

Please sign in to comment.