Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 940 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 940 Bytes

Mint Mitch

This is a person website I made as a fundraiser to raise enough ETH for me to launch my own mainnet validator. This was all made with love by me, Mitch. Here you can mint iconic "Mitch Pin" NFTs, for a small fee denominated in ETH or WETH. Production contracts for minting are available on Polygon, Optimism and Gnosis Chain.

This application uses these frameworks:

  • NextJS
  • TailwindCSS
  • Typescript
  • Ethers
  • wagmi
  • rainbow kit

You can visit the production site at mintmitch.xyz.

Also, you can find me on twitter at @divine_comedian.

How to run locally

  1. Clone the repo
  2. Run yarn to install dependencies
  3. Run yarn dev to start the dev server
  4. Go to localhost:3000 in your browser

Env Variables

  1. copy .env.example to .env.development
  2. fill in the variables with your own values
  3. run yarn dev to start the dev server