找到约 11 条结果

文章 为什么我过去偏好宽松许可证,现在偏爱著佐权许可证(copyleft)

...(copyleft) 在[自由开源软件](https://en.wikipedia.org/wiki/Free_and_open-source_software)(更广泛地说,还有[自由内容](https://en.wikipedia.org/wiki/Free_content))中,版权许可主要分为两大类: * 如果内容以**宽松许可**发布(例如[CC0](https://crea...

文章 Bitlayer Research:DLC原理解析及其优化思考

原文标题:《Bitlayer Core Technology: DLC and Its Optimization Considerations》 作者: lynndell & mutourend, Bitlayer Research Group 原文链接:https://medium.com/@Bitlayer/bitlayer-core-technology-dlc-and-its-optimization-considerations-6fc5ebaae92c ## 1.引言 Discreet Log Contra...

文章 区块链上的发票保理如何运作?

...lockapps.net/blog/the-story-of-three-brothers-that-bankrupted-their-family-and-broke-the-global-silver-market/) - [区块链技术彻底改变体育迷参与度的 3 种万无一失的方法](https://blockapps.net/blog/3-ways-blockchain-revolutionizes-sports-fan-engagement/) - [XRP 不是证券。...

文章 以太坊治理

...和 Github 用户名如下: - Alex Beregszaszi (@axic) - Gavin John (@Pandapip1) - Greg Colvin (@gcolvin) - Matt Garnett (@lightclient) - Sam Wilson (@SamWilsn) 这些人由现任或名誉 EIP 编辑指定。新的 EIP 编辑会滚动考虑。上面列出的五位 EIP 编辑有权向符合 E...

文章 关于区块空间分配机制 - 权益证明/区块提议者

...年类似于一个[盲人摸象](https://en.wikipedia.org/wiki/Blind_men_and_an_elephant)的故事,其中提出了许多不同的观点、解决方案和理论,但每个角度都感觉脱节且难以比较。本文的上半部分旨在通过将设计空间提炼成一组核心问题,并探讨...

文章 rust开发solana合约

...ntrypoint::ProgramResult, pubkey::Pubkey, msg, }; // declare and export the program's entrypoint entrypoint!(process_instruction); // program entrypoint's implementation pub fn process_instruction( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u...

文章 如何创建和部署ERC-721(NFT)?

...标准,如[ERC-20](https://www.quiknode.io/guides/solidity/how-to-create-and-deploy-an-erc20-token),ERC的作者负责与以太坊社区建立共识,一旦提案被社区审核通过,就会成为标准。 你可以跟踪最近的ERC提案[这里](https://github.com/ethereum/EIPs/issues)。 E...

文章 Solidity进阶之gas优化

...//github.com/ethereum/solidity/blob/develop/libevmasm/RuleList.h),比如`AND(X, X)`就可以改为直接在栈上放置一个`X`。 ### Storage优化 #### 减少Slot的数量 在合约中对Storage的读写永远是gas消耗的大头,Storage优化的思路之一就是尽可能减少slot...

文章 Ethernaut 题库闯关 #10 — Re-entrancy(重入)

...e: msg.value}(address(this)); // withdraw 1 way and trigger the re-entrancy exploit victim.withdraw(initialDonation); // because the victim contract underflowed our balance // we are now able to drain the whole balance of the co...

文章 密码学如何重新定义私有产权?

...易和追逐利润](https://mises.org/library/aristotle-private-property-and-money),因此他没有建立一个自洽的经济学框架。) 自柏拉图和亚里士多德以来,关于财产的讨论主要包括四个方面:道德、政治学、心理学和经济学 \[1\]。其中关于私...

文章 什么是代币化黄金?

...s.com/2021/01/14/paxos-adopts-chainlink-oracles-to-further-adoption-of-pax-and-paxg-in-defi/) ### **Instruxi** [Instruxi](https://www.instruxi.io/) 开发了 I-ON,其愿景是创建一个安全、稳健和超可扩展的基础设施,可以支持资产数字化和代币化,以便他们可以...