This commit is contained in:
tree🌴 2023-10-07 21:27:58 +02:00
parent d1582bd0bf
commit 8be571ee04
12 changed files with 22 additions and 0 deletions

View File

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

View File

@ -1,4 +1,6 @@
name: Alaya name: Alaya
categories:
- computing-network
description: >- description: >-
Alaya is a business sandbox and testing field for the next-generation of Alaya is a business sandbox and testing field for the next-generation of
financial infrastructure of PlatON. financial infrastructure of PlatON.

View File

@ -1,4 +1,6 @@
name: Aleph Zero name: Aleph Zero
categories:
- computing-network
description: Privacy-enhancing public blockchain with instant finality. description: Privacy-enhancing public blockchain with instant finality.
ecosystem: Aleph ecosystem: Aleph
links: links:

View File

@ -1,4 +1,6 @@
name: ARPA name: ARPA
categories:
- computing-network
description: >- description: >-
Threshold BLS network can serve as the infrastructure of verifiable random Threshold BLS network can serve as the infrastructure of verifiable random
number generator (RNG), secure wallet, cross-chain bridge, decentralized number generator (RNG), secure wallet, cross-chain bridge, decentralized

View File

@ -1,4 +1,6 @@
name: Findora name: Findora
categories:
- computing-network
description: a decentralized, privacy-preserving smart contract platform. description: a decentralized, privacy-preserving smart contract platform.
ecosystem: multichain ecosystem: multichain
links: links:

View File

@ -1,4 +1,6 @@
name: Nillion name: Nillion
categories:
- computing-network
description: The Secure Processing Layer of Web3. description: The Secure Processing Layer of Web3.
ecosystem: multichain ecosystem: multichain
links: links:

View File

@ -1,4 +1,6 @@
name: Phala Network name: Phala Network
categories:
- computing-network
description: Privacy-Enhanced Permissionless Computing Protocol. description: Privacy-Enhanced Permissionless Computing Protocol.
ecosystem: Khala on Kusama ecosystem: Khala on Kusama
links: links:

View File

@ -1,4 +1,6 @@
name: Phoenix name: Phoenix
categories:
- computing-network
description: blockchain infrastructure empowering intelligence web3 applications. description: blockchain infrastructure empowering intelligence web3 applications.
ecosystem: multichain ecosystem: multichain
links: links:

View File

@ -1,4 +1,6 @@
name: PlatOn Network name: PlatOn Network
categories:
- computing-network
description: >- description: >-
Combining blockchain and privacy-preserving computation technologies, PlatON Combining blockchain and privacy-preserving computation technologies, PlatON
is building a decentralized and collaborative AI network and global brain to is building a decentralized and collaborative AI network and global brain to

View File

@ -1,4 +1,6 @@
name: Privasea name: Privasea
categories:
- computing-network
description: >- description: >-
Using secure Multi-Party sharing we protect data ownership and privacy, and Using secure Multi-Party sharing we protect data ownership and privacy, and
facilitate secure sharing between different parties so data still can be facilitate secure sharing between different parties so data still can be

View File

@ -1,4 +1,6 @@
name: ZkCloud name: ZkCloud
categories:
- computing-network
description: Decentralized, Private Computing. description: Decentralized, Private Computing.
ecosystem: Aleo ecosystem: Aleo
links: links:

View File

@ -38,6 +38,7 @@ async function genCat(cat) {
const out = { const out = {
name: p.Project, name: p.Project,
categories: [cat],
description: p.Description, description: p.Description,
ecosystem: p.Ecosystem, ecosystem: p.Ecosystem,
links: { links: {