最新文章

搭建trx节点

少于 1 分钟阅读

refer to: https://tronprotocol.github.io/documentation-zh/introduction/  需要从头到尾读一下。。。 https://tronprotocol.github.io/documentation-zh/getting_started/g...

Solidity Keccak科拆客abi Encode

少于 1 分钟阅读

refer to: https://youglish.com/pronounce/keccak/english/all/cptc=1 'kechaek keccak , keccak256, sha3, sha256 类似,有的说是同一个东西。 kimi说不是一个。 keccack256返回的是啥? https...

Tx_origin与msg_sender的区别

少于 1 分钟阅读

refer to: https://dev.to/fassko/understanding-txorigin-and-msgsender-in-solidity-l9o 如题。 两者都表示tx的发起方。 不过在 transaction chains中,msg.sender在不同的tx中都是不同的。 tx.ori...

Solidity Nestedmapping二重三重

少于 1 分钟阅读

refer to: kimi, https://ethereum.stackexchange.com/questions/42272/is-it-possible-to-assign-a-map-as-a-mappings-value 三重mapping的例子: // SPDX-License-Identifi...

支持solana的钱包solflare Okxwallet Phantom

少于 1 分钟阅读

solflare: https://chromewebstore.google.com/detail/solflare-wallet/bhhhlbepdkbapadjdnnojkbgioiodbic 使用起来比较简单。 创建新账户和备份,就在下图右上角红框。点击之后就可以创建地址,导出私钥。 phant...

Solana发币使用oriontools

少于 1 分钟阅读

refer to:  https://www.oriontools.io/ 1. 浏览器:browser:  solscan.io ,  explorer.solana.com https://solscan.io/token/Es9vMFrzaCERmJfrF4H2FYD4KCo...

Solana 监控 Helius 注册与使用

6 分钟阅读

refer to: https://dashboard.helius.dev/signup?redirectTo=onboarding 注意:这个服务挑IP,有的IP可用,有的则不可用。所以发现收不到webhook时,多换几个IP试试。 申请api key 操作webhook进行监听 通过查看文档可知: ...

Ruby Ethrb Gem的使用

少于 1 分钟阅读

refer to: https://github.com/q9f/eth.rb Gemfile: #source "https://rubygems.org" source "https://gems.ruby-china.com"

Solidity 一些常见的错误

少于 1 分钟阅读

1. 钱包中需要有钱 ( sender )  (否则会报错) 2. contract的abi 需要正确 (abi不正确的话,就算你的调用js 代码是正确的,也会报莫名其妙的错误) 3. web3.js 一些package的版本需要正确( 最新版本1.7.x   ,我的一些项目居然安装...

Ubuntu Installkeybase

少于 1 分钟阅读

refer to: https://keybase.io/docs/the_app/install_linux curl --remote-name https://prerelease.keybase.io/keybase_amd64.deb sudo apt install ./keybase_a...

Docker 使用aliyun提供的imagerepo镜像仓库

少于 1 分钟阅读

1. 首先登录阿里云 2. 进入到 容器镜像服务 3. 先开通个人实例 服务,应该是免费的, 设置好 密码( 用户docker command line中登录) 4. 然后,开始创建新的 镜像仓库 image repo 然后完善这个表单: 根据需求选择repo的类型: 创建后,在本地登录: docker ...

概念安装ipfs

3 分钟阅读

refer to:  https://docs.ipfs.tech/how-to/ https://docs.ipfs.tech/install/server-infrastructure/#create-a-local-cluster 什么是IPFS? ipfs: 是一个类似于 百度网盘一样的东...

自动生成nft的工具

少于 1 分钟阅读

refer to: https://github.com/lxdao-official/HashDNA-Art-Engine/tree/main 1。 可以生成NFT图片 2。 可以生成NFT 的JSON文件 下载后,运行对应的exe文件即可。然后可以解压缩example文件夹的内容。

Solidity Msgsender总是不正确怎么办

少于 1 分钟阅读

refer to: https://ethereum.stackexchange.com/questions/134395/why-msg-sender-always-gives-me-0x0000000000000000000/135305#135305 https://ethereum.stackexch...