找到约 14 条结果

文章 初学者的DeFi指南

...如[Compound](https://compound.finance/), [dYdX](https://dydx.exchange/), and [Dharma](https://www.dharma.io/). 。 这些智能合约的一个令人印象深刻的特征是,借款人无需找到贷方,反之亦然。 取而代之的是,智能合约取代了中间人的角色,并根据供...

文章 [译] Hardhat 入门教程

...scope. // `describe` receives the name of a section of your test suite, and a callback. // The callback must define the tests of that section. This callback can't be // an async function. describe("Token contract", function () { // Mocha has four functions that let you hook into the the tes...

文章 理解加密货币中的通证经济学:市值比较分析

...t/) 开启你的旅程 目录 [切换](https://blockapps.net/blog/understanding-tokenomics-in-crypto-a-comparative-analysis-of-market-cap/#) ## 理解代币经济学:加密货币价值的基石 代币经济学从根本上通过四个关键组成部分塑造了加密货币产生和维持价值...

文章 TFHE-rs v0.6:零知识支持和 GPU 上的有符号整数运算

...及服务器如何验证密文并对其进行计算: ``` rust use rand::prelude::*; use tfhe::prelude::FheDecrypt; use tfhe::set_server_key; use tfhe::zk::{CompactPkeCrs, ZkComputeLoad}; pub fn main() -> Result { let mut rng = thread_rng(); let max_num_message = 1; let...

文章 新兴市场与未来趋势

目录 [切换](https://blockapps.net/blog/emerging-marketplaces-and-future-trends/#) ## 新兴的 NFT 市场 数字资产的世界已经被非同质化代币(NFTs)的兴起彻底改变,它们以风暴之势席卷了艺术、游戏和收藏品行业。随着对 NFT 的需求持续飙升,一...

问题 全国招聘智能合约开发人员,Sperax是我们在硅谷成立的区块链项目(官网https://sperax.io/)

...DeFi ● 熟悉密码学、博弈论 待遇: ● Competitive salary and token plan ● Medical, dental, and vision insurance ● 401k plan ● Work visa (H1B etc.) applications ● Multicultural work environment ● Beautiful office space

文章 推荐 Dune SQL 代码风格

...= lower('0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d') -- BAYC        and block_time >= now() - interval '30' day ) select * from filtered_sales; ``` ## **编写清晰一致的 SQL 代码** 在 Dune 上分析链上数据时,编写清晰和一致的 SQL 代码不仅是为了让查询...

文章 区块链时代的拜占庭将军们(上)

...的[论文](https://www.microsoft.com/en-us/research/uploads/prod/2016/12/Constructing-Digital-Signatures-from-a-One-Way-Function.pdf)。 对于拜占庭将军问题,他提出的解决方案就是加入签名,而且,他在论文中提出了加入签名之后解决拜占庭将军问题的算...

文章 解读以太坊2.0密钥

...**** 如果在[阶段1和阶段2](https://notes.ethereum.org/@serenity/handbook)能够实现ETH转移的话,那么转移验证者的余额则需要用到提款密钥。如同验证者密钥,提款密钥也由两部分组成: * 提款私钥 * 提款公钥 丢失了这个密钥意味...

文章 突破区块链不可能三角(三) — POS与POW-DAG

...的学术论文的,基于随机数的POS:Snow White,Ouroboros,Algorand和Dfinity。 无论是从可扩展性角度还是实现角度,这几个算法都可以说是可扩展POW的领袖选择思路在POS中的对应。其中,Snow White和Ouroboros相当于Bitcoin-NG的POS对应,而Al...

文章 使用Substrate开发区块链存证dApp

...he executable itself) > > error: failed to run custom build command for `librocksdb-sys v6.7.4` > ``` > > - **解决办法** > > ```bash > $ yum install -y llvm-devel > ``` > > - **编译错误3** > > - **错误描述** > > ```bash > Compiling ...

文章 浅谈零知识证明之二:简短无交互证明(SNARK)

...ain.cn/2020/01/15789635522174.jpg) 上图表述的是一个与非门(NAND)的电路。先不用过多了解电路的用处,我们可以发现的是,两组输入信号分别通过了NOT和AND这两个基础逻辑门。**像 NOT 和 AND 这样的基础逻辑门是逻辑电路的基础模块...

文章 2025年防止中心化加密货币交易所上的账户盗用

...ing-sbf-d7bb1a5e94b4c22039d74dfeab1a2ff1#:~:text=Prosecutors%20said%20tens,and%20live%20lavishly.)、[勒索骗局](https://www.cbsnews.com/minnesota/news/home-image-email-extortion-scam/)、[爱情骗局](https://darknetdiaries.com/transcript/141/#:~:text=She%20was%20the%20victim%20of%20a%20scam%20...

文章 闪电网络:技术与用户体验(一):用户体验的基本元素

...tps://www.btcstudy.org/2024/01/25/lightning-network-technology-improvement-and-users-experience-part-1/#note1),因此,它们往往只及于闪电通道和闪电网络的基本技术概念,而: - 没有将技术原理与用户体验 —— 尤其是用户体验中的挑战 —— 关联起...