mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
gen prop docs
This commit is contained in:
parent
e1c4522753
commit
62f0df2581
6 changed files with 11 additions and 5 deletions
|
@ -4,7 +4,8 @@ categories:
|
|||
description: The Secure Processing Layer of Web3.
|
||||
ecosystem: multichain
|
||||
product_readiness: live
|
||||
links: {}
|
||||
links:
|
||||
docs: https://docsend.com/view/7bkgvzagr6ifhwrc
|
||||
team:
|
||||
anonymous: false
|
||||
company:
|
||||
|
|
|
@ -7,7 +7,8 @@ description: >-
|
|||
changes to dApps, just migrate and gain privacy
|
||||
ecosystem: Ethereum
|
||||
product_readiness: testnet
|
||||
links: {}
|
||||
links:
|
||||
docs: https://docs.obscu.ro
|
||||
team:
|
||||
anonymous: false
|
||||
company:
|
||||
|
|
|
@ -6,6 +6,7 @@ description: >-
|
|||
zero-knowledge proofs
|
||||
ecosystem: '-'
|
||||
product_readiness: '-'
|
||||
links: {}
|
||||
links:
|
||||
docs: https://polybase.xyz/docs/introduction
|
||||
team:
|
||||
anonymous: true
|
||||
|
|
|
@ -4,6 +4,7 @@ categories:
|
|||
description: Post-Quantum ZK Rollup as a service x private DIDs
|
||||
ecosystem: '-'
|
||||
product_readiness: '-'
|
||||
links: {}
|
||||
links:
|
||||
docs: https://docs.truezk.com
|
||||
team:
|
||||
anonymous: true
|
||||
|
|
|
@ -4,6 +4,7 @@ categories:
|
|||
description: Privacy Financial Infrastructure For Blockchain
|
||||
ecosystem: '-'
|
||||
product_readiness: '-'
|
||||
links: {}
|
||||
links:
|
||||
docs: https://tusima.gitbook.io/tusima_en/tusima-introduction/what-is-tusima
|
||||
team:
|
||||
anonymous: true
|
||||
|
|
|
@ -44,6 +44,7 @@ async function genCat(cat) {
|
|||
product_readiness: p.ProductReadiness,
|
||||
links: {
|
||||
github: p.GitHub && p.GitHub !== '-' ? p.GitHub : undefined,
|
||||
docs: p.Docs && p.Docs !== '-' ? p.Docs : undefined,
|
||||
},
|
||||
team: {
|
||||
anonymous: p.Team !== "Public"
|
||||
|
|
Loading…
Reference in a new issue