- Cursor IDE installed
- Cursor Pro subscription (for agent mode)
- Node.js 20+
# 1. Clone the repo
git clone https://github.com/stakeme-team/pharos-agent-kit
cd pharos-agent-kit
# 2. Install dependencies
npm install
# 3. Create a wallet
npm run wallet:simple
# 4. Open in Cursor
cursor .Cursor automatically detects .cursor/mcp.json and connects to the Pharos MCP server.
In Cursor's AI chat (Cmd+L), ask:
"Check my Pharos wallet balance"
"Send 0.001 PROS to <recipient address> and confirm the receipt"
"Deploy the SimpleStorage contract from contracts/ and verify it"
Go to Settings > Developer > MCP to see connected servers. pharos should be listed.