找到约 14 条结果

文章 Vitalik: 我的技术乐观主义

...i 志愿者和其他人对反馈和审查的贡献。* 上个月,Marc Andreessen 发表了他的“ [技术乐观主义宣言](https://a16z.com/the-techno-optimist-manifesto/) ”,主张对技术持续热情,并认为市场和资本主义是建设技术和推动人类走向更加光明未...

文章 每周以太坊进展,2020/06/21

...fle v3](https://medium.com/ethworks/waffle-3-0-released-with-ethers-js-5-0-and-more-fc76d5232ae4) 支持 ethers v5 * [WalletConnect v1 放出](https://medium.com/walletconnect/walletconnect-beta-is-over-2644efd372aa) * [ethers-rs](https://docs.rs/ethers/0.1.3/ethers/):ethers 面向 Rust 的一...

文章 Let's move - Sui Coin合约发布实例

... id: UID } ​ /// This type is the witness resource and is intended to be used only once. struct PEACE has drop {} ​ /// The first argument of this function is an actual instance of the /// type T with `drop` ability. It is dropped as soon as rece...

文章 Chainlink Oracle 安全考量

...rts/2022-12-tigris#m-24-chainlink-price-feed-is-not-sufficiently-validated-and-can-return-stale-price), [12](https://github.com/sherlock-audit/2023-02-blueberry-judging/issues/94), [13](https://solodit.xyz/issues/missing-checks-for-chainlink-oracle-spearbit-connext-pdf), [14](https://solodit.xyz/iss...

文章 如何在比特币上验证ZK证明

...polyhedra.medium.com/empowering-bitcoin-zkbridge-with-eigenlayer-restaking-and-dual-staking-f0e269b113a0),发布时间为 2024 年 1 月 25 日。 - 本月,2024 年 3 月 22 日,Polyhedra 发布了 [这篇 Bitcoin 研究文章](https://polyhedra.medium.com/breaking-ground-in-bitcoin-polyhedra...

文章 07 Cell和RefCell

...s://github.com/shiyivei/from-principle-to-practice/blob/main/src/principle-and-practice/src/type_system/contain_type.rs ``` 另外,可以选择clone本仓库代码,使用`cargo doc --open`阅读,体验更佳 ``` git clone git@github.com:shiyivei/from-principle-to-practice.git ``` ``` ...

文章 Eth2进展更新(截至2020/10/18)

...(https://www.youtube.com/watch?v=jde9VEY8bbM)(2m36s) * [Part II | Phase 0 and the Beacon Chain](https://www.youtube.com/watch?v=-qwSAFcicg8)(2m41s) Gitcoin进行了直播,邀请Vitalik和其他嘉宾讨论了以rollup为中心的路线图,然后将其划分为较短的视频。此处是[视...

文章 理解加密货币中的代币经济学:如何有效地管理你的营销预算

... [消费者信任度高出 46%](https://aads.com/blog/the-importance-of-branding-in-crypto-marketing/),直接影响营销效果和预算分配。在规划促销策略时,**代币经济学** 与营销成功之间的这种相关性不容忽视。 行业标准建议将[总体项目预算的 5-10% ...

文章 以太坊协议的可能未来 #5 The Purge

.../www.smithsonianmag.com/smart-news/this-japanese-shrine-has-been-torn-down-and-rebuilt-every-20-years-for-the-past-millennium-575558/)**。在几次情况下,以太坊已经表现出成功:工作量证明已经消失,`SELFDESTRUCT` 操作码大部分也已消失,信标链节点已经只存...

文章 Ethernaut学习之路 Denial

...c { partner = _partner; } // withdraw 1% to recipient and 1% to owner function withdraw() public { uint amountToSend = address(this).balance / 100; // perform a call without checking return // The recipient can revert, the owner will still get the...

文章 sui-move基础(六):letsmove-task5

...; let caller = tx_context::sender(ctx); // get the input value and assert let input_value = coin::value(&input); let output_value = amount * 1000 / 2000; // amount千万不要写成input_value! assert!(input_value >= amount, EInputNotEnough); // transection the input ...

文章 金融领域的代币化:创造新型投资工具

...w.forbes.com/sites/forbestechcouncil/2024/03/07/what-are-real-world-assets-and-how-can-they-change-wealth-management/) 的说法,到 2030 年,私募市场的通证化可能会增长超过 80 倍,达到近 4 万亿美元的价值。[Boston Consulting Group](https://www.linkedin.com/pulse/tokeni...

文章 加密货币质押:DeFi质押整合综合指南

...[2024年的监管变化](https://www.rapidinnovation.io/post/the-global-landscape-of-defi-regulations-what-you-need-to-know-in-2024)正在重塑DeFi领域,引入新的合规性要求,这将显著影响用户与质押平台的互动方式。 目录 [切换](https://blockapps.net/blog/staking-in...

文章 Concrete v2.10:引入 Rust 支持并改进 TFHE-rs 互操作性

...yset, encryption_csprng); // Step 3 (Client side) : Encrypt the input and get the evaluation keys // 步骤 3(客户端):加密输入并获取评估密钥 let encrypted_input = inc_client.prepare_inputs(input); let evaluation_keys = keyset.get_server(); // Step 4 (Server sid...