https://github.com/envoy-vc/whispered-secrets-ethindia2024
https://github.com/envoy-vc/whispered-secrets-ethindia2024
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/envoy-vc/whispered-secrets-ethindia2024
- Owner: Envoy-VC
- Created: 2024-12-06T15:53:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T04:59:22.000Z (3 months ago)
- Last Synced: 2025-03-29T19:32:52.534Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://whispered-secrets-ethindia2024.vercel.app
- Size: 35.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whispered Secrets
"Whispered Secrets" is a collaborative murder mystery game where human players and AI agents work together to solve a crime. The game integrates Coinbase's Agent Kit, allowing AI agents powered by LLMs to perform on-chain operations like staking and reward distribution. Players uncover clues, interact with AI-driven characters, and strategize to identify the killer. The project showcases the seamless integration of AI and blockchain in a dynamic, interactive experience.
## Screenshots 📸
![]()
![]()
![]()
![]()
![]()
## 🎥 Demo Video
[](https://www.youtube.com/watch?v=Ejbyz9tX_is)
## 🧑🏼💻 Tech Stack
- **Frontend**: Next.js, Tailwind CSS, `@shadcn/ui`, `phasor`
- **Integration**: `wagmi`, `web3modal`## Get Started 🚀
The following repository is a turborepo and divided into the following:
- **apps/web** - The web application built using NextJS.
First install the dependencies by running the following:
```
pnpm install
```
Then fill in the Environment variables in `apps/www/.env.local`
```bash
```
Then run the following command to start the application:
```bash
pnpm dev
```---