mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
product_readiness
This commit is contained in:
parent
bc8e192ef7
commit
a69001c163
13 changed files with 17 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -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
|
|
@ -17,6 +17,8 @@ properties:
|
|||
pattern: '^[a-z0-9-]+$'
|
||||
ecosystem:
|
||||
type: string
|
||||
product_readiness:
|
||||
type: string
|
||||
token:
|
||||
type: object
|
||||
properties:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -3,6 +3,7 @@ categories:
|
|||
- computing-network
|
||||
description: The Secure Processing Layer of Web3.
|
||||
ecosystem: multichain
|
||||
product_readiness: live
|
||||
links: {}
|
||||
team:
|
||||
anonymous: false
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,6 +3,7 @@ categories:
|
|||
- computing-network
|
||||
description: Decentralized, Private Computing.
|
||||
ecosystem: Aleo
|
||||
product_readiness: testnet
|
||||
links: {}
|
||||
team:
|
||||
anonymous: false
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue