kunitwru / react-metamask-medium

A simple project to plugin Metamask with a React App for simple Etherium transactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metamask with React App

A simple project to plugin Metamask with a React App for simple Etherium transactions

  1. yarn to install dependencies

  2. yarn start to run project

Important!

To run this project connecting to a local chain download Ganache utilize chain ID 1337

Download Ganache

Otherwise in order to show the Account info you'll need to connect the app to a valid Account on the chain ID you are choosing inside the component/wallet/connector.js file.

To test with a Testnet please visit Infura: Infura.io and drop your endpoint into the Web3 Provider


Image of Project

About

A simple project to plugin Metamask with a React App for simple Etherium transactions


Languages

Language:JavaScript 64.0%Language:HTML 23.4%Language:CSS 12.6%