Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 515 Bytes

Metamask React Starter Boilerplate

Starter boilerplate that uses Metamask with React.

Quickstart

Copy .env.example to .env and fill with your project information. To test things out, you can use the pre-provided keys in the .env.example file:

cp .env.example .env

Then install and run:

pnpm install && pnpm dev

The app will start on localhost:4444

To provide your own keys from Infura, simply edit the .env file accordingly.