- Step1: Clone the repository: git clone https://github.com/0xSabonis/solana-ai-agent-eliza
- Step2: Install Solana CLI and Anchor framework
- Step3: Configure your Solana wallet and a local/testnet cluster
- Step4: Build and deploy the Anchor program: anchor build && anchor deploy
- Step5: Install frontend dependencies and start: cd app && npm install && npm start
- Step6: Open the web UI, connect your wallet, and submit messages
- Step7: View on-chain conversation history via Solana Explorer