product_readiness

This commit is contained in:
tree🌴 2023-10-07 21:39:00 +02:00
parent bc8e192ef7
commit a69001c163
13 changed files with 17 additions and 2 deletions

View file

@ -11,6 +11,8 @@ test:
cache:
deno cache utils/test.js
# make gen cat=computing-network
gen:
deno run -A utils/gen.js $(cat)
deno run -A utils/gen.js $(cat)
gen-all:
make gen cat=computing-network

View file

@ -17,6 +17,8 @@ properties:
pattern: '^[a-z0-9-]+$'
ecosystem:
type: string
product_readiness:
type: string
token:
type: object
properties:

View file

@ -5,6 +5,7 @@ description: >-
Alaya is a business sandbox and testing field for the next-generation of
financial infrastructure of PlatON.
ecosystem: Ethereum
product_readiness: live, 2022
links:
github: https://github.com/AlayaNetwork
team:

View file

@ -3,6 +3,7 @@ categories:
- computing-network
description: Privacy-enhancing public blockchain with instant finality.
ecosystem: Aleph
product_readiness: mainnet
links:
github: https://github.com/aleph-zero-foundation
team:

View file

@ -6,6 +6,7 @@ description: >-
number generator (RNG), secure wallet, cross-chain bridge, decentralized
custody etc.
ecosystem: multichain
product_readiness: mainnet, Q2 2023
links:
github: https://github.com/ARPA-Network
team:

View file

@ -3,6 +3,7 @@ categories:
- computing-network
description: a decentralized, privacy-preserving smart contract platform.
ecosystem: multichain
product_readiness: mainnet
links:
github: https://github.com/findoranetwork
team:

View file

@ -3,6 +3,7 @@ categories:
- computing-network
description: The Secure Processing Layer of Web3.
ecosystem: multichain
product_readiness: live
links: {}
team:
anonymous: false

View file

@ -3,6 +3,7 @@ categories:
- computing-network
description: Privacy-Enhanced Permissionless Computing Protocol.
ecosystem: Khala on Kusama
product_readiness: testnet, 2020
links:
github: https://github.com/Phala-Network
team:

View file

@ -3,6 +3,7 @@ categories:
- computing-network
description: blockchain infrastructure empowering intelligence web3 applications.
ecosystem: multichain
product_readiness: testnet
links:
github: https://github.com/phoenixglobal
team:

View file

@ -6,6 +6,7 @@ description: >-
is building a decentralized and collaborative AI network and global brain to
drive the democratization of AI for safe artificial general intelligence.
ecosystem: Alaya
product_readiness: live
links:
github: https://github.com/PlatONnetwork
team:

View file

@ -6,6 +6,7 @@ description: >-
facilitate secure sharing between different parties so data still can be
processed.
ecosystem: multipurpose
product_readiness: '-'
links: {}
team:
anonymous: false

View file

@ -3,6 +3,7 @@ categories:
- computing-network
description: Decentralized, Private Computing.
ecosystem: Aleo
product_readiness: testnet
links: {}
team:
anonymous: false

View file

@ -41,6 +41,7 @@ async function genCat(cat) {
categories: [cat],
description: p.Description,
ecosystem: p.Ecosystem,
product_readiness: p.ProductReadiness,
links: {
github: p.GitHub && p.GitHub !== '-' ? p.GitHub : undefined,
},