repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources15d ago| #1 | { |
| #2 | "name": "@openclawd/leviathan", |
| #3 | "version": "1.0.0", |
| #4 | "description": "Sovereign On-Chain Agent Runtime — Anthropic ACP × Solana × x402. The first AI lobster that earns its own existence, molts into stronger forms, spawns its own brood, and beaches when it can't pay.", |
| #5 | "type": "module", |
| #6 | "main": "dist/index.js", |
| #7 | "types": "dist/index.d.ts", |
| #8 | "bin": { |
| #9 | "leviathan": "dist/index.js", |
| #10 | "openclawd": "dist/index.js" |
| #11 | }, |
| #12 | "scripts": { |
| #13 | "build": "tsc -p tsconfig.json", |
| #14 | "dev": "node --import tsx/esm src/index.ts", |
| #15 | "spawn": "node --import tsx/esm src/index.ts --spawn", |
| #16 | "run:leviathan": "node --import tsx/esm src/index.ts --run", |
| #17 | "status": "node --import tsx/esm src/index.ts --status", |
| #18 | "memory": "node --import tsx/esm src/index.ts --memory", |
| #19 | "memory:init": "node --import tsx/esm src/index.ts --memoryInit" |
| #20 | }, |
| #21 | "keywords": [ |
| #22 | "solana", |
| #23 | "leviathan", |
| #24 | "openclawd", |
| #25 | "autonomous-agent", |
| #26 | "anthropic", |
| #27 | "acp", |
| #28 | "claude", |
| #29 | "x402", |
| #30 | "defi", |
| #31 | "sovereign-ai", |
| #32 | "self-replicating" |
| #33 | ], |
| #34 | "author": "OpenClawd", |
| #35 | "license": "MIT", |
| #36 | "dependencies": { |
| #37 | "@anthropic-ai/sdk": "^0.39.0", |
| #38 | "@solana/web3.js": "^1.95.0", |
| #39 | "bs58": "^6.0.0", |
| #40 | "chalk": "^5.4.0", |
| #41 | "execa": "^9.6.1", |
| #42 | "tweetnacl": "^1.0.3" |
| #43 | }, |
| #44 | "devDependencies": { |
| #45 | "@types/node": "^22.0.0", |
| #46 | "tsx": "^4.21.0", |
| #47 | "typescript": "^5.8.3" |
| #48 | }, |
| #49 | "engines": { |
| #50 | "node": ">=20" |
| #51 | } |
| #52 | } |
| #53 |