{"id":24756215,"url":"https://github.com/cryptape/ckb-tx-elevator","last_synced_at":"2026-04-17T12:31:58.789Z","repository":{"id":272221781,"uuid":"915868002","full_name":"cryptape/ckb-tx-elevator","owner":"cryptape","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-28T06:09:12.000Z","size":6544,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T13:24:37.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ckb-tx-elevator.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptape.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-13T01:55:04.000Z","updated_at":"2025-02-28T06:08:36.000Z","dependencies_parsed_at":"2025-01-28T13:50:23.353Z","dependency_job_id":"b30f1003-5da9-4518-bf99-2cb762ee6cbf","html_url":"https://github.com/cryptape/ckb-tx-elevator","commit_stats":null,"previous_names":["cryptape/ckb-tx-elevator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Fckb-tx-elevator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Fckb-tx-elevator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Fckb-tx-elevator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2Fckb-tx-elevator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptape","download_url":"https://codeload.github.com/cryptape/ckb-tx-elevator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066714,"owners_count":20555431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-28T13:50:17.025Z","updated_at":"2026-04-17T12:31:53.748Z","avatar_url":"https://github.com/cryptape.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CKB TX Elevator\n\nA full-stack application that visualizes the CKB blockchain using an elevator metaphor, making blockchain concepts more intuitive and easier to understand.\n\n## Features\n\n- Visual representation of CKB blockchain as an elevator system\n- Real-time block monitoring and visualization\n- Interactive blockchain explorer with elevator-style interface\n\n## Project Structure\n\n- `/src` - Backend service with CKB Node RPC\n- `/frontend` - Preact-based visualization interface\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (\u003e= 20.x)\n- pnpm\n- SQLite3\n\n### How to Run\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/cryptape/ckb-tx-elevator.git\n```\n\nInstall dependencies:\n\n```bash\npnpm install\n```\n\nConfigure environment variables:\n\n```bash\ncp .env.example .env\n```\n\nupdate `frontend/vite.config.ts`'s `define` env var as well.\n\nStart the development servers:\n\n```bash\n# Backend\npnpm dev\n\n# Frontend\ncd frontend \u0026\u0026 pnpm dev\n```\n\n## .env config\n\nThe following environment variables need to be configured:\n\n- `MAINNET_DATABASE_FILE`: Path to SQLite database file for mainnet\n- `TESTNET_DATABASE_FILE`: Path to SQLite database file for testnet\n- `MAINNET_WS_RPC_URL`: CKB Node WebSocket RPC URL for mainnet\n- `TESTNET_WS_RPC_URL`: CKB Node WebSocket RPC URL for testnet\n- `MAINNET_HTTP_RPC_URL`: CKB Node HTTP RPC URL for mainnet\n- `TESTNET_HTTP_RPC_URL`: CKB Node HTTP RPC URL for testnet\n- `API_HTTP_PORT`: Port for Backend HTTP API server\n- `API_WS_PORT`: Port for Backend WebSocket server\n- `ALLOW_ORIGIN`: CORS allowed origins (default: \"*\") for Backend server\n  - for multiple allow origins, separate with , eg: \"domain1.com,domain2.com\"\n\nSee `.env.example` for default values.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptape%2Fckb-tx-elevator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptape%2Fckb-tx-elevator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptape%2Fckb-tx-elevator/lists"}