krill

agent
Security Audit
Fail
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Fail
  • network request — Outbound network request in js/api.js
  • exec() — Shell command execution in js/app.js
  • network request — Outbound network request in worker/src/index.js
  • network request — Outbound network request in worker/src/index.test.js
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

🦐 AI-powered launch intelligence terminal on Robinhood Chain — scan, score & explain new token launches

README.md

🦐 KRILL

AI-Powered Trading Intelligence on Robinhood Chain

Launch-intelligence terminal for the Virtuals Protocol ecosystem — scan, score & explain new token launches in real time.

Live
Chain
Cloudflare Workers
Tests


Stack

  • Frontend — static landing page + terminal UI (vanilla JS, no framework)
  • API — Cloudflare Worker (worker/), reads on-chain data via EVM eth_* RPC
  • Tests — Vitest (31 unit tests covering all routes)

Structure

index.html          # landing + terminal UI
css/                # landing.css, style.css
js/                 # api.js (client), app.js (terminal logic)
worker/             # Cloudflare Worker API
  src/index.js      #   all routes (status, wallet, scan, hunt, ...)
  src/index.test.js #   Vitest suite
  wrangler.toml     #   Worker config

Develop

Frontend is static — open index.html or serve it. The terminal auto-detects localhost and points to the local Worker.

cd worker
npm install
npm run dev      # → http://localhost:8787
npm test         # run the test suite

Deploy

cd worker
npx wrangler secret put RPC_URL   # Robinhood Chain RPC endpoint
npm run deploy

Route /api/* on your Pages domain to the krill-api Worker. See worker/README.md for the full endpoint reference.

Chain

  • Network: Robinhood Chain (EVM)
  • Chain ID: 4663
  • Token: $KRILL (Virtuals Protocol)

License

MIT © KRILL

Reviews (0)

No results found