找到约 14 条结果

文章 探索代币经济学中常见的挑战及其解决方案

...](https://midscapital.medium.com/exploring-common-challenges-in-tokenomics-and-their-solutions-39bbf178b029) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 代币回购和销毁

... [medium.com/guildfi/token...](https://medium.com/guildfi/token-buybacks-and-burn-eec0e395854b) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 以太坊交易签名过程源码解析

...saction_signing.go // SignTx signs the transaction using the given signer and private key func SignTx(tx *Transaction, s Signer, prv *ecdsa.PrivateKey) (*Transaction, error) { h := s.Hash(tx) sig, err := crypto.Sign(h[:], prv) if err != nil { return nil, err } return tx.WithSignature(...

文章 Mina 文档 - 高级篇 之 Ledger硬件钱包

...1.0.0-beta.4-0-gb92ffef9 $ ./install.sh Please unlock your Ledger device and exit any apps (press any key to continue) Generated random root public key : b'04e95715d4813ab98c92833da9b169d3ff6ee11a4f94a465503cc91e77aaea688d45a0449f41bfaa2a1a789730e72d0ace759ca7c2b8a12e82c94cda61530cc363' Using te...

文章 WeBase超全面安装指南 | 联盟链开发(十三)

...装产生影响: ``` manpath: can't set the locale; make sure $LC_* and $LANG are correct ``` 处理方法如下: ``` sudo locale-gen "en_US.UTF-8" sudo dpkg-reconfigure locales #如果跳转到设置页面,可以选择默认的即可。 sudo vi /etc/default/locale 改为如下...

文章 比特币钱包地址的演变(一)-P2PKH

... case OP_INVERT : return "OP_INVERT"; case OP_AND : return "OP_AND"; case OP_OR : return "OP_OR"; case OP_XOR : return "OP_XOR"; case OP_EQUAL : return "OP_E...

文章 停止销毁代币——改为回购并制造——Placeholder

...](https://insights.deribit.com/market-research/comparing-liquidity-mining-and-proof-of-work/)世界中很明显:那些奖励用户代币以换取通过提供流动性来资本化系统的协议(例如,Compound、Balancer)比那些没有这种资本激励的协议(例如,Maker、Uniswap...

文章 如何在Windows环境搭建REMIX本地环境,访问本地目录?

... deprecated tar.gz@1.0.7: ?? WARNING ?? tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar > scrypt@6.0.3 preinstall C:\Program Files\nodejs\node_global\node_modules\remixd\node_modules\scrypt > node node-scrypt-preinstall....

文章 使用WebSockets和Solana Web3.js 2.0监控Solana账户

...en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_async_iterator_and_async_iterable_protocols)。 3. **中止控制器集成**:内置支持使用AbortController进行订阅清理。如果你不熟悉,_AbortController_ 是一个内置的JavaScript类,可以让你中止异步操作,...

文章 在Polygon网络上构建应用的全栈开发指南

...。 Polygon[之前称为Matic](https://cointelegraph.com/news/matic-rebrands-to-polygon-in-pursuit-of-polkadot-on-ethereum-strategy),所以你也会看到在提到他们的生态系统的各个部分时,看到**Matic**这个词被交替使用,因为这个名字仍然被用在各个地方,...

文章 Substrate存储数据类型概览

...造成索引的空隙,list长度无限增长,这时可以通过[swap and pop](https://substrate.dev/recipes/storage/enumerated.html#swap-and-pop-for-ordered-lists-a-name--swappopa)的方式来消除这种影响。 ## 链接映射类型 即linked_map,也用于存储键值对,拥有map的...

文章 原始无序 MEV 时代到来

...ereum/9060)》 * Paramdigm 基金合伙人 Charlie Noyes 发表的《[MEV and Me](https://research.paradigm.xyz/MEV)》中也提到“MEV Can Harm Users,MEV Can Harm Ethereum” 如果以太坊想成为支撑整个世界的金融基础平台,那么维持用户资产安全以及交易排序...

文章 NFT的区块链技术进展

...收藏品](https://blockapps.net/blog/highlighting-prominent-nft-artists-and-collections/) - [什么是 NFT 以及它们是如何工作的?](https://blockapps.net/blog/what-are-nfts-and-how-do-they-work/) - [以投资者的身份浏览 NFT 市场](https://blockapps.net/blog/navigating-the-nft-mark...

问题 手机钱包Dapp send发送交易后,后续代码不执行(电脑端没问题)

..."; // This is a simple example of a coin-like contract. // It is not standards compatible and cannot be expected to talk to other // coin/token contracts. If you want to create a standards-compliant // token, see: https://github.com/ConsenSys/Tokens. Cheers! contract MetaCoin { mapping...