找到约 12 条结果

文章 Unbundling staking: Towards rainbow staking - Proof-of-Stake / Economics

....ch/u/sachayves), [@mikeneuder](https://ethresear.ch/u/mikeneuder), [@DrewVanderWerff](https://ethresear.ch/u/drewvanderwerff), [@diego](https://ethresear.ch/u/diego), [@Pintail](https://ethresear.ch/u/pintail), [@soispoke](https://ethresear.ch/u/soispoke), [@0xkydo](https://ethresear.ch/u/0xkydo), ...

文章 跨程序调用深度解析:如何在Solana上调用任何程序?

...始化 discriminator。 ``` Step 1: using sha256 for string "global:vote" and you will get the result: e36e9b17887eac197678a3a9928f2dfc8a1d553a698244524539ebb858a2b4d0 Step 2: Take the first 16 letters and convert hex to 8 bytes array e36e9b17887eac19 => [227, 110, 155, 23, 136, 126, 172, ...

文章 SUI Move官方示例合约实践——FT类:监管币(regulated_coin)

...r::public_transfer(zero(for, ctx), for) } /// Ban some address and forbid making any transactions from or to this address. /// Only owner of the AbcTreasuryCap can perform this action. public entry fun ban(_cap: &AbcTreasuryCap, registry: &mut Registry, to_ban: address) { ...

文章 每周以太坊进展 2023/4/22

...价交换攻击](https://ethresear.ch/t/equivocation-attacks-in-mev-boost-and-epbs/15338) * [Optimistic 中继增加了验证者的利润并且维护成本更低](https://frontier.tech/optimistic-relays-and-where-to-find-them) ## 给质押者 * 如何[跟踪验证器性能](https://offcha...

文章 密码学 101:STARKs

...们对 Plonk 的分析](https://learnblockchain.cn/article/10776#:~:text=And%20we%20could%20think%20of%20this%20evaluation%20as%20the%20following%20trace%2C%20visualized%20as%20a%20table%3A) ,检查**计算轨迹**是否满足一组**约束**。在这种情况下,约束总是由相同的**状态...

问题 访问rpc服务失败

...01_HelloVitalik\HelloVitalik.js" JsonRpcProvider failed to detect network and cannot start up; retry in 1s (perhaps the URL is wrong or the node is not started) node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ Error: read ECON...

文章 如何使用JavaScript在TRON上部署和互动智能合约

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-deploy-and-interact-with-smart-contracts-on-tron) 注册一个免费的帐户。 > 在本指南中,我们将使用 TRON Nile 测试网以方便开发。因此,我们将利用公共端点进行开发。但是,我们建议在 T...

文章 引介: Alloy - 与以太坊智能合约交互 Rust 库

...=INFO cargo run -- --address 0x88d0af73508452c1a453356b3fac26525aec23a2 and the output is going to be: RUST_LOG=INFO cargo run -- --address 0x88d0af73508452c1a453356b3fac26525aec23a2 Compiling ens-resolution v0.1.0 (/Users/leboiko/Documents/ens-resolution) Finished `dev` profile [...

文章 用 OpenZeppelin 和 Foundry 创建和部署可升级的 ERC20 代币

...learnblockchain.cn/article/15160-development/smart-contracts/how-to-create-and-deploy-an-upgradeable-erc20-token#create-the-erc-20-upgradeable-token-smart-contract) >- 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) >- 译者:[翻译小组](https://learnblockchain.cn/peo...

文章 区块链遇上分布式数据库

... ## 参考文献 [1] Blockchains vs. Distributed Databases: Dichotomy and Fusion: [Blockchains vs. Distributed Databases: Dichotomy and Fusion](https://link.zhihu.com/?target=https%3A//arxiv.org/abs/1910.01310) [2] Casper: [ethereum/casper](https://link.zhihu.com/?target=https%3A//github.com...

文章 如何使用 BitcoinJS (bitcoinjs-lib) 在测试网构建和广播比特币交易

>- 原文链接:https://medium.com/@nagasha/how-to-build-and-broadcast-a-bitcoin-transaction-using-bitcoinjs-bitcoinjs-lib-on-testnet-2d9c8ac725d6 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久...

文章 Let's move - Sui Obejct相关学习实例

... u8, literature: u8, } ​ //Create a TranscriptObject and transfer it to the sender's address for this transaction. public entry fun create_transcript_object(history: u8, math: u8, literature: u8, ctx: &mut TxContext) { let transcriptObject = TranscriptObject { ...