Skip to content
#

web3

Here are 2,036 public repositories matching this topic...

ethereum-org-website
corwintines
corwintines commented Dec 7, 2021

Is your feature request related to a problem? Please describe.
The content created using markdown is using the <a> html. We should switch this over to using <Link> as we do throughout the project.

Describe the solution you'd like

  • Add Link to templates used for markdown
  • Go through markdown files and replace the <a> elements with <Link>

Want to contribute?

We love

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 Dec 16, 2021
  • JavaScript
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

use-wallet

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