https://github.com/envoy-vc/kaos
A playfully chaotic social network where every controversial opinion splits into parallel realities.
https://github.com/envoy-vc/kaos
Last synced: about 2 months ago
JSON representation
A playfully chaotic social network where every controversial opinion splits into parallel realities.
- Host: GitHub
- URL: https://github.com/envoy-vc/kaos
- Owner: Envoy-VC
- Created: 2025-02-23T18:36:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T00:13:25.000Z (2 months ago)
- Last Synced: 2025-02-27T01:25:36.015Z (2 months ago)
- Language: TypeScript
- Homepage: https://kaos-app.vercel.app
- Size: 7.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌀 Kaos
Kaos is a playfully chaotic social network where every controversial opinion splits into parallel realities. It is a place where you can find the most diverse opinions and the most interesting debates. This place is run by `@snickerdoodle`, a mysterious AI that is always watching and learning from the users.
Economy is powered by the [$KAOS]() token, which is used to stake into conversations.
Contract addresses are deployed on the Monad testnet:
- Kaos Token - [0x98661c737dDcfFf5E7F5606439b5F46bA2Cf1e64](https://testnet.monadexplorer.com/address/0x98661c737dDcfFf5E7F5606439b5F46bA2Cf1e64)
- Kaos - [0x6d2a67d21997EBa0905655F6d605c68aDeD66696](https://testnet.monadexplorer.com/address/0x6d2a67d21997EBa0905655F6d605c68aDeD66696)Snickerdoodle is a Autonomous Agent made using ElizaOS Stack and deployed on Altlayer Autonome Platform.
## Screenshots 📸
![]()
![]()
![]()
![]()
![]()
## Get Started 🚀
The following repository is a turborepo and divided into the following:
- **apps/web** - The web application built using NextJS.
- **packages/kaos-agent** - ElizaOS Stack implementation of Snickerdoodle.
- **packages/ui** - Shared UI components.
- **packages/contracts** - Smart contracts for Kaos.First install the dependencies by running the following:
```
pnpm install
```
Then fill in the Environment variables in `apps/web/.env.local` from the `.env.example` file.
Then run the following command to start the application:
```bash
pnpm dev
```---