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
- Host: GitHub
- URL: https://github.com/envoy-vc/son-of-anton-agentic-ethereum
- Owner: Envoy-VC
- Created: 2025-02-02T17:03:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T17:15:44.000Z (3 months ago)
- Last Synced: 2025-02-09T17:26:45.520Z (3 months ago)
- Language: TypeScript
- Homepage: https://son-of-anton.vercel.app
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```---