Skip to content

Frontend repo for the TXT2TXN Circle Research x Berkeley project on AI and Intents.

License

Notifications You must be signed in to change notification settings

circlefin/txt2txn-web

Repository files navigation

TXT2TXN Frontend

This repo serves as the frontend for the TXT2TXN project.

TXT2TXN is a collaboration between Circle and Blockchain at Berkeley, in particular Niall Mandal.

Setup

  1. Install the necessary dependencies.
npm i 
  1. Initialize your environment variables by copying the .env.example file to an .env.local file. Then, in .env.local, paste your Privy App ID from the console.
# In your terminal, create .env.local from .env.example
cp .env.example .env.local

Add your Privy App ID to .env.local:

NEXT_PUBLIC_PRIVY_APP_ID=<your-privy-app-id>

Building locally

In your project directory, run npm run dev. You can now visit http://localhost:3000 to see your app and login with Privy!