Santiago Trujillo Zuluaga
Santiago Trujillo Zuluaga
Created page in the docs for users to provide feedback, linked it to the [google form](https://docs.google.com/forms/d/e/1FAIpQLSd-lIheuoTxyBSpF0ttwTZaTGgc0y3QlrKGafrGp9HBWwabVg/viewform) #6738
The link in the [description](https://github.com/web3/web3.js/blob/4.x/.github/PULL_REQUEST_TEMPLATE.md) of the Pull request template is pointing to a 404 page - Must be updated to point to this one: https://github.com/web3/web3.js/blob/4.x/.github/ISSUE_TEMPLATE/issue-template.md - When submitting your...
Hi guys, given the recent [compatibility update](https://github.com/NomicFoundation/hardhat/pull/4570) of Hardhat plugin [hardhat-web3-v4](https://www.npmjs.com/package/@nomicfoundation/hardhat-web3-v4), I propose creating a tutorial to guide developers about using web3js through hardhat (since Truffle is deprecated).
We should expand this page of the docs [web3config](https://docs.web3js.org/guides/web3_config/) - add code samples and explanation of each parameter that can be changed. - parameter are listed [here](https://docs.web3js.org/guides/web3_config/#configuration-parameters) Example: ### [handleRevert](https://docs.web3js.org/api/web3-core/class/Web3Config#handleRevert)...
Highlight web3.js bundle size by the different packages, in the docs and articles. references: - This can be added in the `Introduction` section of the `Getting started` category - potentially...
Add web3.js general features in the [npm package](https://www.npmjs.com/package/web3) by editing the [README](https://github.com/web3/web3.js/blob/4.x/packages/web3/README.md)
2024 H1 Action Items: Expand web3.js documentation with 5 guides explaining common usage and/or best practices References: - Create a guide (it can be under the `advance` category, to add...
Hi guys, this example of [Sending raw tx](https://docs.web3js.org/guides/wallet/transactions#sending-a-raw-transaction) works perfectly for sending value, but not for interacting with smart contracts, since the TX object must have `maxFeePerGas`, `maxPriorityFeePerGas` and `gasLimit`....
Hi team This `eth_getBlockReceipts` method retrieves all transaction receipts for a given block. Transaction receipts contain information about the execution status of a transaction and can be useful for monitoring...
Hi guys, this is a sample of the code editor `Stackblitz` that I added to the `Quickstart` section for you to have an idea of it would look and I...