Quickstart Guide

Prerequisites

Installation

1. Clone the Repository

git clone https://github.com/SolanaRemix/CyberAi.git
cd CyberAi

2. Run Bootstrap

The bootstrap script will verify your environment, install dependencies, and build the site:

./tools/bootstrap/bootstrap.sh

3. Verify Installation

Run the audit script to ensure everything is set up correctly:

./tools/audit/audit.sh

Development

Start the Development Server

cd site
npm run dev

The site will be available at http://localhost:4321

Build for Production

cd site
npm run build

Project Structure

CyberAi/
├── contracts/          # Machine-readable contracts
│   ├── agents/        # Agent contracts
│   ├── repositories/  # Repository contracts
│   └── contract.schema.json
├── prompts/           # Operator and agent prompts
│   ├── agents/
│   ├── operators/
│   └── workflows/
├── tools/             # Operational tools
│   ├── bootstrap/
│   └── audit/
├── site/              # GitHub Pages site
│   └── src/
│       ├── pages/
│       └── layouts/
└── docs/              # Documentation

Next Steps

Getting Help

If you encounter any issues: