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:
deno cache utils/test.js
# make gen cat=computing-network
gen:
deno run -A utils/gen.js $(cat)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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