mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
add cats
This commit is contained in:
parent
d1582bd0bf
commit
8be571ee04
12 changed files with 22 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -11,5 +11,6 @@ test:
|
|||
cache:
|
||||
deno cache utils/test.js
|
||||
|
||||
# make gen cat=computing-network
|
||||
gen:
|
||||
deno run -A utils/gen.js $(cat)
|
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
name: Aleph Zero
|
||||
categories:
|
||||
- computing-network
|
||||
description: Privacy-enhancing public blockchain with instant finality.
|
||||
ecosystem: Aleph
|
||||
links:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
name: Findora
|
||||
categories:
|
||||
- computing-network
|
||||
description: a decentralized, privacy-preserving smart contract platform.
|
||||
ecosystem: multichain
|
||||
links:
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
name: Nillion
|
||||
categories:
|
||||
- computing-network
|
||||
description: The Secure Processing Layer of Web3.
|
||||
ecosystem: multichain
|
||||
links:
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
name: Phala Network
|
||||
categories:
|
||||
- computing-network
|
||||
description: Privacy-Enhanced Permissionless Computing Protocol.
|
||||
ecosystem: Khala on Kusama
|
||||
links:
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
name: Phoenix
|
||||
categories:
|
||||
- computing-network
|
||||
description: blockchain infrastructure empowering intelligence web3 applications.
|
||||
ecosystem: multichain
|
||||
links:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
name: ZkCloud
|
||||
categories:
|
||||
- computing-network
|
||||
description: Decentralized, Private Computing.
|
||||
ecosystem: Aleo
|
||||
links:
|
||||
|
|
|
@ -38,6 +38,7 @@ async function genCat(cat) {
|
|||
|
||||
const out = {
|
||||
name: p.Project,
|
||||
categories: [cat],
|
||||
description: p.Description,
|
||||
ecosystem: p.Ecosystem,
|
||||
links: {
|
||||
|
|
Loading…
Reference in a new issue