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.
- Host: GitHub
- URL: https://github.com/circlefin/txt2txn-web
- Owner: circlefin
- License: mit
- Created: 2024-08-02T20:11:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T17:08:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-28T00:17:43.805Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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!