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| { |
| #2 | "name": "@solanaclawd/clawd-agents-perps", |
| #3 | "version": "0.1.0", |
| #4 | "private": true, |
| #5 | "type": "module", |
| #6 | "description": "Unified perpetuals integration surface for Clawd agents on Solana", |
| #7 | "bin": { |
| #8 | "clawd-agents-perps": "dist/cli.js" |
| #9 | }, |
| #10 | "scripts": { |
| #11 | "build": "tsc -p tsconfig.json", |
| #12 | "start": "node dist/cli.js status", |
| #13 | "typecheck": "tsc --noEmit -p tsconfig.json" |
| #14 | }, |
| #15 | "dependencies": { |
| #16 | "@openclawdsolana/clawd-perps": "file:../../packages/clawd-perps" |
| #17 | }, |
| #18 | "devDependencies": { |
| #19 | "@types/node": "^24.9.1", |
| #20 | "typescript": "^5.9.3" |
| #21 | } |
| #22 | } |
| #23 |