This is an app to buy Ethereum with USD. It allows users to create an account, connect their bank account via the Plaid, and submit a transaction to buy Ethereum. The project is bootstrapped with Next.js and written in TypeScript using React, clerk, viem, react-query, plaid, and mantine.
The app is deployed on Vercel and can be accessed here.
$ yarn install
- Create a
.env.local
file in the root of the project: - Copy the contents of
.env.example
into.env.local
- Fill in the environment variables with the appropriate values
$ yarn dev
Open http://localhost:3000 with your browser to see the result.