• 联系我们
  • FAQ
加入收藏
比特900财经
  • 首页
  • 7×24
  • 市场行情
    • 比特币(BTC)
    • 以太坊(ETH)
    • Ripple(XRP)
    • Chainlink(LINK)
    • Litecoin(LTC)
    • Cardano(ADA)
    • Zcash (ZEC)
    • Altcoin(ALT)
    • Dogcoin
    • EOS
  • 区块链
  • 交易所
  • NFT
  • DeFi
  • Layer 2
  • Web 3
  • 技术创新
  • 深度观察
  • 联系我们
No Result
View All Result
  • 首页
  • 7×24
  • 市场行情
    • 比特币(BTC)
    • 以太坊(ETH)
    • Ripple(XRP)
    • Chainlink(LINK)
    • Litecoin(LTC)
    • Cardano(ADA)
    • Zcash (ZEC)
    • Altcoin(ALT)
    • Dogcoin
    • EOS
  • 区块链
  • 交易所
  • NFT
  • DeFi
  • Layer 2
  • Web 3
  • 技术创新
  • 深度观察
  • 联系我们
No Result
View All Result
比特900财经-专业比特币财经媒体
No Result
View All Result
Home 市场行情 比特币(BTC)

ViaBTC Capital|Gitcoin Grants Round 13: ZK Projects

pangoo by pangoo
4 3 月, 2023
in 比特币(BTC)
0
ViaBTC Capital|Gitcoin Grants Round 13: ZK Projects
189
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

ViaBTC Capital|Gitcoin Grants Round 13: ZK Projects

Disclaimer: The text below is an advertorial article that was not written by Cryptonews.com journalists.

Related articles

BTC 新闻:Brandt 表示,如果比特币遵循 1977 年大豆模式,MSTR 可能会下跌

BTC 新闻:Brandt 表示,如果比特币遵循 1977 年大豆模式,MSTR 可能会下跌

22 10 月, 2025
BTC新闻:这是比特币在美联储降息和美国达成协议之前的最后一次下跌吗?

BTC新闻:这是比特币在美联储降息和美国达成协议之前的最后一次下跌吗?

22 10 月, 2025

Through Gitcoin, which is the largest fund-raising and construction platform for Web 3.0, creators and builders of Web 3.0 projects can obtain funding from community users. As of the end of March, there are over 2,400 projects and 312,000 active developers on Gitcoin, with a fundraising amount of USD 54.6 million. Gitcoin Grants is a regular crowdfunding event held by Gitcoin that allows community users to invest in promising new projects without any quota. Gitcoin Grants Round 13 (GR13), which started on March 9 and ended on March 24, featured more than 800 projects that were classified by tags. In particular, there were over 20 projects under the zkTech tag.

zkTech projects refer to projects focusing on zero-knowledge proof (ZKP) that are early-stage, open-source, or public goods. ZKP is playing an increasingly important role in the blockchain space. For instance, Zcash, a noted privacy-preserving project, uses ZKP to protect users’ transaction privacy. Meanwhile, ZKP has also been recognized for its importance for Ethereum scaling. Vitalik has praised ZK Rollup, a ZKP-based project, on many occasions and even considers it to be a long-term solution for Ethereum’s Layer 2 (https://zeroknowledge.fm/120-2/). According to statistics from L2BEAT (https://l2beat.com), among the top 10 Layer 2 projects (by TVL), four are ZK projects, including zkSync, dYdX, and Loopring. Today, we will cover over 20 ZK projects under the zkTech tag and dive into the ZK world.

Community Education

Project: learn.0xparc.org 

Website: https://0xparc.org/

The 0xPARC Foundation promotes R&D and education & ecosystem development on Ethereum and other decentralized applications. Projects it funds, provides operational support for, or is otherwise involved in include Dark Forest, EthUniversity, Reboot, and Project Sophon. 0xPARC collected learning resources from learning groups that apply ZK makes them available at learn.0xparc.org. Offering resources such as Prerequisite Materials, Lectures, and Demos, the website is a platform of learning resources featuring constant updates. It aims to provide the best resources for ZK enthusiasts. The funds 0xPARC receives from GR13 will be mainly used to support administrators and volunteers in maintaining the resources of the entire project.

Project: ZK Travel Scholarships 

Website: https://0xparc.org/

Similar to student grants, the project was also founded by the 0xPARC Foundation. 0xPARC plans to work with Stanford Center for Blockchain Research to fund cryptography students or researchers, enabling them to attend ZK conferences or other crypto events. The project aims to bring researchers closer to the blockchain community by engaging them in Ethereum and blockchain community events and conferences, thereby enabling the ongoing basic research for the long-term application of blockchain.

Project: Blaine Bublitz

Website: https://github.com/phated

Blaine Bublitz is a special project that directly funds the work of Blaine Bublitz, an active ETH/ZK infrastructure and ecosystem developer who has contributed to the development of several open-source ZK tools.

Project: ZK HACK

Website: https://www.zkhack.dev/mini.html

ZK Hack is a short-term online event platform featuring introductory workshops and advanced puzzle-solving competitions. Participants can learn how to use ZK tools on this platform.

Project: MoonMath Manual to zk-SNARKs

Website: https://leastauthority.com/

Least Authority, a consulting firm focusing on security services, provides MoonMath Manual to zk-SNARKs for an audience with minimal experience in cryptography and programming, helping readers implement complex ZK designs from step to step.

Project: zkApe

Website: https://zkape.substack.com/

zkApe, a Turkish newsletter about zero-knowledge, releases project developments, updates, publications, and podcasts about zero-knowledge technology from time to time.

Development

Project: Circom

Website: https://iden3.io/circom

Circom is a major circuit programming language and a compiler that allows programmers to design and create their own arithmetic circuits for ZK proofs. The first version of Circom was developed in 2018 by Jordi Baylina from iden3, a tech team focusing on Ethereum scaling solutions. As a major development tool for ZK technology, Circom has been successfully used for building several projects, including Tornado Cash, Dark Forest, Polygon Hermez, and many more.

Circom is a novel domain-specific language that aims to provide developers with a holistic framework to construct arithmetic circuits through an easy-to-use interface and abstract the complexity of the proving mechanisms. In particular, CircomLib is an open-source library of templates provided with hundreds of circuits such as comparators, hash functions, digital signatures, binary and decimal converters, etc. All templates defined in the Circom libraries have been manually proved and are guaranteed to be safe by construction. Circom helps programmers work in a modular fashion by defining small pieces and combining them to create large circuits that describe complex real-world problems. In addition, users can also create their own custom templates.

Project: CirC 

Website: https://circ.dev/

CirC is a compiler infrastructure that supports compilation from high-level languages to circuits. For instance, it has been used to compile to .

Project: ZKxZK

Website: https://0xparc.org/blog/zk-ecdsa-1

ZKxZK is an open-source effort funded by the 0xPARC Foundation that aims to implement efficient proof-of-concept ZK circuits for Elliptic Curve Cryptography (ECC) and Pairing Based Cryptography (PBC) through Circom. The funds obtained from GR13 grants will be mainly used for renting servers to run the required programs.

Project: ZKML 

Website: https://github.com/0xZKML/zk-mnist 

ZKML plans to develop zkSNARK circuits about machine learning through Circom. The project was conceptualized and launched during the first learning group of 0xPARC in 2021.

Project: Zk Block

Website: https://zkblock.app/

This project sets out to help developers focus on developing quality ZK Dapps by building a unified ZK template (called zkblock) that supports the latest web development technologies and ZK’s common code base.

Project: zkREPL

Website: https://zkrepl.dev/ 

zkREPL is an online playground for zero-knowledge circuits based on zk-SNARK. With zkREPL, both beginners and experts can freely practice and build new and creative ZK designs. zkREPL is also a web-based SNARK development environment. Members of the community may use the tool to collaborate on building circuits of increasing complexity. Moreover, the project also serves as a testbed for new developer experience features. For instance, on zkREPL, users can mouse over any variable to see its value, like a continuous debugger for zero-knowledge circuits.

Application

Project: ZeroPool

Website: https://zeropool.network/

ZeroPool is a multi-chain DApp that allows sending fully anonymous, cheap, non-custodial transactions. ZeroPool recently has partnered up with Gnosis Chain (formerly xDai Chain), which will build privacy functions into EVM and cross-chain bridges through ZeroPool technology.

Project: Otter Cash

Website: https://otter.cash/

Otter Cash is similar to Solana’s Tornado Cash, but transaction fees on Otter Cash are much cheaper (less than USD 1). 

Project: zkC.R.E.A.M

Website: https://zkcre.am/

zkC.R.E.A.M allows the average Japanese citizen to vote in a completely anonymous fashion while maintaining the integrity and verifiability of the final vote tallies. The project has received a grant from the Ethereum Foundation, and the DEMO has been released on its official website. zkC.R.E.A.M will later announce a user-friendly desktop version, as well as a mobile client.

Project: ZK Data Marketplace

Website: https://modulozero.xyz/

ZK Data Marketplace is a ZK-based data market. Here is how the market works: Sellers first promise that the data they sell meets certain computational properties, then buyers lock the tokens in custody, and finally sellers encrypt the data using buyers’ public key and submit a ZK proof to make sure that the data is consistent with the promise. If the data turns out to be valid, sellers receive tokens and buyers get data.

Project: Decentralisedvoting 

Website: https://github.com/EDGDrummond/DeVo/blob/main/DeVo.pdf

Decentralisedvoting is an infant project that has only released its whitepaper so far. It plans to implement a decentralized anonymous voting system based on PLONK’s circuit and MPC. The project uses keys to generate and share vote tallies, thereby enabling more DAOs to transition to a decentralized governance structure.

Conclusion

GR13’s zkTech projects are mainly divided into three categories. In particular, community education projects account for about one third of the total, including learning group materials and grants provided by 0xPARC, as well as ZK HACK’s online events. Development tools also account for about one third, which primarily cover infrastructures such as the Circom circuit programming language and some code bases. This is the case probably because ZK comes with a high threshold in terms of development. As such, there are only a few developers and development tools. Therefore, the community hopes to integrate more resources and train more ZK developers through different ways to improve the relevant development tools.


Share76Tweet47

Related Posts

BTC 新闻:Brandt 表示,如果比特币遵循 1977 年大豆模式,MSTR 可能会下跌

BTC 新闻:Brandt 表示,如果比特币遵循 1977 年大豆模式,MSTR 可能会下跌

by john
22 10 月, 2025

Peter Brandt 警告称,如果比...

BTC新闻:这是比特币在美联储降息和美国达成协议之前的最后一次下跌吗?

BTC新闻:这是比特币在美联储降息和美国达成协议之前的最后一次下跌吗?

by john
22 10 月, 2025

随着 BTC 价格维持在 11 万美元附...

ETF 新闻:贝莱德敦促比特币持有者转向 ETF

ETF 新闻:贝莱德敦促比特币持有者转向 ETF

by john
21 10 月, 2025

贝莱德敦促比特币鲸鱼使用 ETF 的实物...

BTC 新闻:埃隆·马斯克 (Elon Musk) 的 SpaceX 将 2,495 BTC 转移到新地址

BTC 新闻:埃隆·马斯克 (Elon Musk) 的 SpaceX 将 2,495 BTC 转移到新地址

by john
21 10 月, 2025

SpaceX 转让了 2,495 BTC...

今日 BTC 新闻:现货比特币 ETF 连续四天亏损,资金流出 4000 万美元

今日 BTC 新闻:现货比特币 ETF 连续四天亏损,资金流出 4000 万美元

by john
21 10 月, 2025

现货比特币 ETF 资金流出 4050 ...

Load More
  • Trending
  • Comments
  • Latest
比特币即将崩盘吗? 分析师指出可能出现下降趋势

分析师警告称,股价可能跌至 59,000 美元

26 4 月, 2024
LTC 可能会在新一轮飙升之前重新测试 60 美元

LTC 可能会在新一轮飙升之前重新测试 60 美元

30 3 月, 2024
DappRadar 将担任 Lisk Onchain 春季黑客马拉松评委

DappRadar 将担任 Lisk Onchain 春季黑客马拉松评委

30 3 月, 2024
什么是Mirror.xyz平台。简介|由1英寸交换| 2025年2月

什么是Mirror.xyz平台。简介|由1英寸交换| 2025年2月

16 2 月, 2025
Dogecoin鲸鱼在48小时内购买了8亿多名 – 聪明的钱还是公牛陷阱?

Dogecoin鲸鱼在48小时内购买了8亿多名 – 聪明的钱还是公牛陷阱?

15 4 月, 2025
您需要了解的 15 款热门 Web3 FPS 游戏和射击游戏

您需要了解的 15 款热门 Web3 FPS 游戏和射击游戏

6 4 月, 2024

Enterprise Ethereum Alliance Appoints First Executive Director

Opera's Crypto Browser Enters iOS, Worldcoin's Open Source, LUNA Gift + More News

Opera's Crypto Browser Enters iOS, Worldcoin's Open Source, LUNA Gift + More News

US SEC’s Proposal On 'Exchange' Definition Could Be Unconstitutional – Think Tank

US SEC’s Proposal On 'Exchange' Definition Could Be Unconstitutional – Think Tank

LTC 可能会在新一轮飙升之前重新测试 60 美元

LTC 可能会在新一轮飙升之前重新测试 60 美元

看涨势头或看跌压力会占上风吗?

看涨势头或看跌压力会占上风吗?

狗狗币价格突破三年新高

狗狗币价格突破三年新高

BTC 新闻:Brandt 表示,如果比特币遵循 1977 年大豆模式,MSTR 可能会下跌

BTC 新闻:Brandt 表示,如果比特币遵循 1977 年大豆模式,MSTR 可能会下跌

22 10 月, 2025
BTC新闻:这是比特币在美联储降息和美国达成协议之前的最后一次下跌吗?

BTC新闻:这是比特币在美联储降息和美国达成协议之前的最后一次下跌吗?

22 10 月, 2025
狗狗币撞上了 25.4 亿美元的墙,但目标是爆炸性的

狗狗币撞上了 25.4 亿美元的墙,但目标是爆炸性的

22 10 月, 2025
分析师称狗狗币价格已准备好飙升,但在当前水平下购买狗狗币

分析师称狗狗币价格已准备好飙升,但在当前水平下购买狗狗币

21 10 月, 2025
以太坊可能回落至 2,850 美元

以太坊可能回落至 2,850 美元

21 10 月, 2025
ETF 新闻:贝莱德敦促比特币持有者转向 ETF

ETF 新闻:贝莱德敦促比特币持有者转向 ETF

21 10 月, 2025

比特900财经

比特900财经

最新最快的区块链财经科普平台




比特900财经是一家专业的数字货币和区块链媒体平台,致力于为读者提供最新的加密货币新闻、区块链技术动态和市场趋势分析。我们关注比特币行情、区块链投资、智能合约等热门话题,并提供加密货币ICO和数字货币钱包等方面的深入解读。通过我们权威的区块链监管政策报道和专业的加密货币市场分析,帮助读者了解行业趋势,做出明智的投资决策。





Categories tes

  • 7×24
  • Altcoin(ALT)
  • Cardano(ADA)
  • Chainlink(LINK)
  • DeFi
  • Dogcoin
  • Litecoin(LTC)
  • NFT
  • Ripple(XRP)
  • Web 3
  • Zcash (ZEC)
  • 交易所
  • 以太坊(ETH)
  • 区块链
  • 市场行情
  • 技术创新
  • 比特币(BTC)
  • 法律合规
  • 深度观察

Tags

ADA BlockDAG BTC Cardano Coin Coinbase Dapp DappRadar Dapps DeFi DOGE ETF ETH Finance Inu Labs Meme Memecoin Network NFT PEPE Qubetics Ripple SEC SHIB SHIBA SOL Solana SUI Web3 XRP 万美元 与 亿美元 什么是 代币 区块链新闻观点电视和工作 和 在 年 月 比特币 的 美元 随着

近期文章

  • BTC 新闻:Brandt 表示,如果比特币遵循 1977 年大豆模式,MSTR 可能会下跌
  • BTC新闻:这是比特币在美联储降息和美国达成协议之前的最后一次下跌吗?
  • 狗狗币撞上了 25.4 亿美元的墙,但目标是爆炸性的
  • 分析师称狗狗币价格已准备好飙升,但在当前水平下购买狗狗币
  • 以太坊可能回落至 2,850 美元
  • 关于我们
  • FAQ
  • 联系我们

© 2024 Bit900 - support By Pangoo

No Result
View All Result
  • 首页
  • 7×24
  • 市场行情
    • 比特币(BTC)
    • 以太坊(ETH)
    • Litecoin(LTC)
    • Ripple(XRP)
    • Dogcoin
    • Altcoin(ALT)
    • Cardano(ADA)
    • Chainlink(LINK)
    • Zcash (ZEC)
    • EOS
  • 交易所
  • 区块链
  • 深度观察
  • 技术创新
  • NFT
  • Layer 2
  • Web 3
  • DeFi
  • 深度观察

© 2024 Bit900 by Bit900.