Skip to content
#

web3

Here are 3,654 public repositories matching this topic...

The ultimate full-stack Ethereum Dapp Boilerplate which gives you maximum flexibility and speed. Feel free to fork and contribute. Although this repo is called "Ethereum Boilerplate" it works with any EVM system and even Solana support is coming soon! Happy BUIDL!👷‍♂️

  • Updated May 9, 2022
  • JavaScript
ethereum-org-website
Riely007
Riely007 commented May 8, 2022

At the VALIDIUM page - Use Validium part, can it be more specific?

For Matter Labs, you pointed zkSync, and for Starkware, it should be Starkware StarkEx (validium mode), rather than just Starkware.

Starkware’s StarkEx rollup mode is a zk rollup L2. StarkNet is a volition.

Link: https://ethereum.org/en/developers/docs/scaling/validium/

bug 🐛 help wanted good first issue
gakonst
gakonst commented Oct 22, 2021

Is your feature request related to a problem? Please describe.

In our tests we frequently call out to 3rd party providers: Infura, Etherscan, Alchemy, various Gas Oracles and so on. These tests are mixed inside the unit test code. Sometimes these tests fail for 3rd party reasons (rate limiting, service down, 2 PRs opened at the same time causing nonce-reuse etc.) and they can cause confusio

enhancement good first issue
IceFireDB

IceFireDB is a database built for web3 and web2. It strives to fill the gap between web2 and web3 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.

  • Updated May 11, 2022
  • Go
urbanadventurer
urbanadventurer commented Jan 11, 2022

Problem

Utils::fromWei returns a BigInteger object, unlike other web3 implementations.

Note that the comment block example is misleading:

    /**
     * fromWei
     * Change number from wei to unit.
     * For example:
     * list($bnq, $bnr) = Utils::fromWei('1000', 'kwei'); 
     * $bnq->toString(); // 1
     * 
     * @param BigNumber|string|int $number
     * @param s

Improve this page

Add a description, image, and links to the web3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web3 topic, visit your repo's landing page and select "manage topics."

Learn more