| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A full-stack application that visualizes the CKB blockchain using an elevator metaphor, making blockchain concepts more intuitive and easier to understand.
git clone https://github.com/cryptape/ckb-tx-elevator.gitInstall dependencies:
pnpm installConfigure environment variables:
cp .env.example .envupdate frontend/vite.config.ts's define env var as well.
Start the development servers:
# Backend
pnpm dev
# Frontend
cd frontend && pnpm devThe following environment variables need to be configured:
See .env.example for default values.
This project is licensed under the MIT License - see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |