1.2.0 • Published 3 years ago

cra-template-eth-dapp v1.2.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

Create React Ethereum DApp Template

react-scripts @web3-react/core

Create React Ethereum DApp Easy and Fast

Get Started

npx create-react-app my-app --template eth-dapp

# or yarn
yarn create react-app my-app --template eth-dapp

Structure

my-app/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
    logo192.png
    logo512.png
    manifest.json
    robots.txt
  src/
    components/
      ConnectWallet.js
      WalletInfo.js
    hooks/
      index.js
    lib/
      connectors/
        index.js
        portis-connector.js
    App.css
    App.js
    App.test.js
    index.css
    index.js
    reportWebVitals.js
    setupTests.js

Features

Connector(Default)

  • MetaMask(injected)
  • Portis(Override connector)
  • WalletConnect
  • WalletLink(Coinbase)

Network / Chain ID

  • Mainnet / 1
  • Ropsten / 3
  • Rinkeby / 4
  • Goerli / 5
  • Kovan / 42
  • Matic Mainnet / 137
  • Matic Testnet(Mumbai) / 80001
1.2.0

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago