-
Hi,
Would it be possible to publish this package to npm?
I'm using [web3js](https://github.com/ethereum/web3.js) package, which in turn uses this package as a dependency, pointing directly to t…
-
I found an error with test: eth_sendRawTransaction. This error is related to the creation of a contract, the line with the problem is let contract = new rsk3.Contract(abi).
I created a new repo wit…
-
I got error "TypeError: web3.toUtf8 is not a function" in LoginButtonActions.js.
Maybe, web3.js(ver1.0.0) made toUtf8() method deprecated.(https://web3js.readthedocs.io/en/1.0/web3-utils.html?highlig…
-
https://github.com/AnumQ/web3-connect-metamask/blob/59a0aa75dc0064f8be86f8b2d29839470f9d112d/src/App.js#L26C9-L29C12
1. You can also use `web3Instance.eth.requestAccounts()` and this will do the sa…
-
We recommend validating addresses are in the correct format to avoid any unforeseen problems with sending tokens to the correct addresses when passing in data from ziptc.txt to deploy_zipt.js
Examp…
-
Having `import Web3Quorum from "web3js-quorum";` increases bundle size by a lot.
In my project, before importing it, bundle size was `396.68 KiB / gzip: 115.09 KiB`.
After importing it, bundle siz…
-
Create a script to get gas fees from all possible public apis or resources. Basically the script should predict the best possible gas fees so that transaction does not fail. For example few sources to…
mbcse updated
2 years ago
-
When I pass a __privateUrl__ to the _Web3Quorum_ constructor in the browser, the _url_ dependency fails [here](https://github.com/ConsenSys/web3js-quorum/blob/17e10f2116265f78c355fa5356c329980dc244d5/…
-
Blockchain, NFTs, Cryptocurrencies etc are on 🔥 right now! And so are skills related to web3 and blockchain. Solidity, Truffle, Solana etc would be the perfect example of that. I'd love to add these …
-
Hi,
The majority of web3 calls takes optional block number so that it returns the state of the specific block number rather than the default `latest`.
http://web3js.readthedocs.io/en/1.0/web3-e…