找到约 12 条结果

文章 理解加密货币中的代币经济学:关键验证者节点要求

...https://messari.io/report/evaluating-validator-decentralization-geographic-and-infrastructure-distribution-in-proof-of-stake-networks),这些网络的有效性在很大程度上取决于验证者节点在不同基础设施和地理位置的分布和运行。 **验证者节点** 是现代区块链...

文章 深入Solidity数据存储位置 - 存储

...中,Steve Marx](https://programtheblockchain.com/posts/2018/03/09/understanding-ethereum-smart-contract-storage/)将智能合约的存储描述为 "*一个天文数字的大数组,最初充满了零,数组中的条目(索引)就是合约的存储槽。"* 。 这在现实世界中会是...

文章 Aragon (ANT) 的经济学

...请[参见此处](https://www.placeholder.vc/blog/2019/4/26/value-capture-and-quantification-cryptocapital-vs-cryptocommodities)[ ](https://www.placeholder.vc/blog/2019/4/26/value-capture-and-quantification-cryptocapital-vs-cryptocommodities). ![ant202004222.PNG](https://img.learnblockchai...

文章 全面指南:使用 React、Anchor、Rust 和 Phantom 进行全栈 Solana 开发

>- 原文链接:https://dev.to/edge-and-node/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584) >- 本文永久链接:[learnblockchain.cn/article…](https://learnblockchain.cn/article/8...

文章 EIP-4844 的 Proof of Equivalence 機制介紹

...anksharding(一)** ](https://medium.com/taipei-ethereum-meetup/rollup-and-the-boost-from-proto-danksharding-85d2fe0566b6?source=post_page-----854224c43c83---------------------------------------) ## 為什麼會需要煩惱交易的真實性? 在 EIP-4844 之後,Rollup 可以選擇將...

文章 解构模块化区块链

...供了便利和更低的成本。 Source: https://medium.com/@tintin.land2021/modular-blockchain-will-bring-the-future-of-web3-users-f4901bf07e03 https://medium.com/altlayer/deconstructing-the-impact-and-opportunity-of-modular-execution-layers-bab8adbce083 关于 ChinaDeFi - ChinaDeFi.com 是...

文章 怎样开发智能合约中的时间锁

...t, _timestamp)); } // Queue a mint for a given address amount, and timestamp function queueMint( address _to, uint256 _amount, uint256 _timestamp ) public onlyOwner { // Generate the transaction hash bytes32 txnHash = generateTxnHash...

文章 Solana 开发系列 3 - 使用 Anchor 开发程序

...考[这里](https://github.com/nvm-sh/nvm/blob/master/README.md#installing-and-updating)。 ### 4. 安装 Anchor 安装 Anchor 推荐使用 avm (Anchor version manager) 来安装,使用 `cargo` 来安装(cargo 是 rust 的包管理工具): ```bash cargo install --git https://githu...

文章 [Reach教程翻译] 2.1安装与初始化

...使用Reach开发的智能合约可以部署在以太坊、Conflux、Algorand [Reach官网](https://reach.sh) [Reach官方文挡](https://docs.reach.sh)* # 2.1安装与初始化 [原文链接](https://docs.reach.sh/tut-1.html) # Linux/Mac系统 Reach需要与[make](https://en.wikipedia...

文章 零知识证明-SRP协议

...接: https://medium.com/swlh/what-is-secure-remote-password-srp-protocol-and-how-to-use-it-70e415b94a76

文章 Rust + Protobuf:从零打造高效键值存储项目

...kage] name = "kv" version = "0.1.0" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = "1.29.1" prost = "0.11.9" # Only necessary if using Protobuf well-known types: prost-types = "0.11.9" [build-de...

文章 (二)基于区块链的自动抽奖系统从0到1实现

...=================================================== [INFO] Generate START and STOP shell scripts. [INFO] Deploy Truora service SUCCESS!! Try [ bash start.sh ] and Enjoy!! [INFO] Start:[ bash start.sh ] [INFO] Stop :[ bash stop.sh ] ``` 如果执行成功后显示 Deploy Truora ser...