Miden @0xMiden 创始人 @bobbinth 最新分享了他设计miden的一些灵感来源,来源并非完全发自凭空设想而来,而是参考了他喜欢的一些L1,是一种融合创新,把喜欢的L1最优秀的部分融合在一起创造出的miden,来实现一种解决隐私需求的L2平台,支持隐私智能合约的平台。
主要参考学习了:
- 比特币:带有可编程脚本的 Miden 音符直接仿照比特币的 UTXO 建模。甚至借鉴了一些命名约定(例如,比特币有 P2SH、P2PKH 等脚本,而miden有 P2ID、P2IDE 脚本)。
- 以太坊:Miden 还拥有与以太坊智能合约非常相似的账户——即账户拥有代码、存储空间、随机数和存储资产。
- Zcash:为了使加密货币消费无法被追踪,miden使用了无效符的概念,这很大程度上受到了 Zcash 设计的启发(尽管在 Miden 中定义和存储无效符的方式略有不同)。
- Sui:Miden 的资产模型受到了 Sui 的对象模型的启发,经过我们目前正在进行的一些更改,两者将更加相似。
- NEAR/Solana:使用 Rust 作为智能合约编程语言的灵感来源于 NEAR,其次是 Solana。
和 brevis @brevis_zk 不同,brevis做的是链上/链下的数据隐私和可验证计算层。miden做的是隐私L2,让开发者不需要懂zk算法的情况下实现隐私智能合约的基础设施。
Last week, I got asked quite a few times what inspired Miden's design. The answer is that there wasn't a single source of inspiration but rather me trying to combine best parts (IMO) of projects I really liked/used/worked on. To name a few:
- Bitcoin: Miden notes with programmable scripts are modeled directly after Bitcoin's UTXOs. We've even borrowed some naming conventions (e.g., Bitcoin has P2SH, P2PKH etc. scripts and we have P2ID, P2IDE scripts).
- Ethereum: in addition to notes, Miden also has accounts which are very similar to Ethereum's smart contracts - i.e., accounts have code, storage, nonces, and store assets.
- Zcash: to make note consumption untraceable, we use the concept of nullifiers which are heavily inspired by Zcash's design (though how we define and store nullifiers in Miden works a bit differently).
- Sui: Miden's asset model is inspired by Sui's object model, and with some changes we are working on now, the two will be even more similar.
- NEAR/Solana: the use of Rust as the smart contract programming language was inspired by NEAR and to a lesser extent by Solana.
1.2萬
9
本頁面內容由第三方提供。除非另有說明,OKX 不是所引用文章的作者,也不對此類材料主張任何版權。該內容僅供參考,並不代表 OKX 觀點,不作為任何形式的認可,也不應被視為投資建議或購買或出售數字資產的招攬。在使用生成式人工智能提供摘要或其他信息的情況下,此類人工智能生成的內容可能不準確或不一致。請閱讀鏈接文章,瞭解更多詳情和信息。OKX 不對第三方網站上的內容負責。包含穩定幣、NFTs 等在內的數字資產涉及較高程度的風險,其價值可能會產生較大波動。請根據自身財務狀況,仔細考慮交易或持有數字資產是否適合您。


