随笔分类 - ethers.js
更加完整的以太坊 Javascript 代码库,包括 Web3.js 没有的足记词与 HD 钱包支持等
摘要:1.在运行部署在ganache1.1.0上的合约中的某个函数时,出现了这样的问题,之前部署在geth上时并没有这样的问题 发现这好像是ganache版本的问题: 所以后面打算还是使用geth 2. 在运行合约函数时加上{gasLimit : 500000}即可,因为eth_estimateGas得出
阅读全文
摘要:Low-Level API These are advanced, low-level API features that should, for most people not be necessary to worry about. They are lightly documented her
阅读全文
摘要:Contracts A Contract is an abstraction of an executable program on the Ethereum Blockchain. A Contract has code (called byte code) as well as allocate
阅读全文
摘要:https://docs.ethers.io/ethers.js/html/api-utils.html 使用时再进行查看即可
阅读全文
摘要:Providers A Provider abstracts a connection to the Ethereum blockchain, for issuing queries and sending signed state changing transactions. provider抽象
阅读全文
摘要:Application Programming Interface (API) Wallets and Signers A Wallet manages a private/public key pair which is used to cryptographically sign transac
阅读全文
摘要:https://docs.ethers.io/ethers.js/html/ What is ethers.js The ethers.js library aims to be a complete and compact library for interacting with the Ethe
阅读全文