Harry 发布于 01月24, 2020

Haskell

译器是 Glasgow Haskell Compiler(GHC)http://www.haskell.org/sudo apt-get install haskell-platform以交互式方式运...

阅读全文 »

Harry 发布于 01月23, 2020

Echidna

Echidna is a Haskell library designed for fuzzing/property-based testing of EVM code. It supports re...

阅读全文 »

Harry 发布于 11月22, 2019

web3py

web3.eth.callDelegates to eth_call RPC MethodEth.call(transaction, block_identifier=web3.eth.default...

阅读全文 »

Harry 发布于 11月18, 2019

从web3访问映射变量

web3.js是以太坊提供的一个Javascript库,它封装了以太坊的JSON RPC API,提供了一系列与区块链交互的Javascript对象和函数,包括查看网络状态,查看本地账户、查看交易和区...

阅读全文 »

Harry 发布于 09月16, 2019

slither

This academic paper has published in the International Workshop on Emerging Trends in Software Engin...

阅读全文 »

Harry 发布于 09月07, 2019

Merkle Patricia Tree / Trie

是一种经过改良的、融合了默克尔树和前缀树两种树结构优点的数据结构,是以太坊中用来组织管理账户数据、生成交易集合哈希的重要数据结构。MPT树有以下几个作用:#1. 存储任意长度的key-value键值对...

阅读全文 »