Skip to content

peronio-ar/erc20-to-matic

 
 

Repository files navigation

Web3 Boilerplate

Web3 Boilerplate is an easy-to-use starting project to help developers add support for multiple providers in their apps with a simple customizable configuration and use ethers for contract interactions. By default Web3Modal Library supports injected providers like (Metamask, Dapper, Gnosis Safe, Frame, Web3 Browsers, etc) and WalletConnect, You can also easily configure the library to support Portis, Fortmatic, Squarelink, Torus, Authereum, D'CENT Wallet and Arkane.

Usage

  1. Install packages
npm install

# OR

yarn
  1. Copy .env example
cp .env.example .env

Set REACT_APP_INFURA_ID with your Infura Project ID

  1. Start the app
npm run start

# OR

yarn start

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.5%
  • JavaScript 9.0%
  • HTML 1.5%
  • Other 1.0%