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

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.

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
```

---