This project invites the user to create a prediction market to verify deepfake/real voices.
To run this project, you will need to set the following environment variables:
APTOS_PRIVATE_KEY
: Your Aptos private key.PANORA_API_KEY
: Your Panora API key.GOOGLE_CLIENT_ID
: Google OAuth client ID.GOOGLE_CLIENT_SECRET
: Google OAuth client secret.NEXTAUTH_SECRET
: Secret key for NextAuth.js.
-
Clone the repository:
git clone https://github.com/your-repo/guardian-wallet-agent.git cd guardian-wallet-agent
-
Install dependencies:
pnpm install
-
Set environment variables: Create a
.env.local
file in the root directory and add the required environment variables. -
Run the development server:
pnpm run dev
-
Access the application: Open your browser and navigate to
http://localhost:3000
.
- Login: Use your Google account to log in.
- Interact with the Agent: Once logged in, you can interact with the Guardian Agent through the chat interface. The agent will respond to your queries while safeguarding the 1 APT in its wallet.
You can deploy this project on Vercel or any other platform that supports Next.js applications. Make sure to set the required environment variables in your deployment environment.
Contributions are welcome! Please open an issue or submit a pull request if you have any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.
Note: This project is for educational and demonstration purposes only. The AI agent's behavior is strictly programmed and does not reflect real-world financial advice or actions.