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

https://github.com/envoy-vc/son-of-anton-agentic-ethereum


https://github.com/envoy-vc/son-of-anton-agentic-ethereum

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Son of Anton

Son of Anton is a AI Agent which is meant to be mother of all agents, and can perform various kinds of web3 interactions. Under the hood it uses Implementation of a Nillion Network for MPC based threshold ECDSA signatures.

This means the private key is never exposed to the user, and the user can interact with the AI Agent without ever having to worry about their private key.

## Screenshots 📸



































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

---