BulletproofVM:Avalanche上的zkVM

Posted mutourend

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BulletproofVM:Avalanche上的zkVM相关的知识,希望对你有一定的参考价值。

1. 引言

开源代码见:

BulletproofVM为Avalanche上的基于Bulletproofs证明系统构建的zkVM,其主要特性为:

  • Maintains a state consisting of accounts with balances and assets
  • Executes standard transactions for transferring assets between two accounts
  • Executes smart contract transactions for executing arbitrary code on a contract account
  • Executes multi-asset transactions for transferring multiple different assets between two accounts
  • Executes decentralized governance transactions for proposing and voting on changes to the system
  • Uses zero-knowledge (ZK) proofs to ensure the correctness and privacy of transactions

以上是关于BulletproofVM:Avalanche上的zkVM的主要内容,如果未能解决你的问题,请参考以下文章