An open API service indexing awesome lists of open source software.

https://github.com/circlefin/txt2txn-web

Frontend repo for the TXT2TXN Circle Research x Berkeley project on AI and Intents.
https://github.com/circlefin/txt2txn-web

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/niallmandal).

## Setup

1. Install the necessary dependencies.
```sh
npm i
```

2. 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](https://docs.privy.io/guide/console/api-keys).
```sh
# 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=
```

## 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!