2022年10月26日

【原创】合约编码方式解析

摘要: 例1: 函数定义: function baz(uint32 x, bool y) public pure returns (bool r) { r = x > 32 || y; } 实际调用: baz(69, true) 编码为: 方法ID——0xcdcd77c0,方法 baz(uint32 x, 阅读全文

posted @ 2022-10-26 15:02 fRe_Bourne 阅读(117) 评论(0) 推荐(0)

【原创】cosmoshub-relayer-osmosis环境部署deployment of cosmoshub-relayer-osmosis

摘要: 架构: cosmoshub: relayer: osmosis: 一、 获取osmosis-installer: git clone https://github.com/osmosis-labs/osmosis-installer.git 二、安装 $ python osmosis-install 阅读全文

posted @ 2022-10-26 14:59 fRe_Bourne 阅读(85) 评论(0) 推荐(0)

【原创】使用Geth搭建单节点测试环境Build Ethereum single node local private networking with Geth

摘要: Brief geth(go-ethereum)is an Ethereum client implemented in Go, can be used as a local client to connect to ethereum chain, a light client of ethereum 阅读全文

posted @ 2022-10-26 14:56 fRe_Bourne 阅读(255) 评论(0) 推荐(0)

导航