https://github.com/jerryshell/tron-mpc-wallet-dashboard
Tron MPC Wallet Dashboard | 波场 多方计算 钱包 仪表盘
https://github.com/jerryshell/tron-mpc-wallet-dashboard
dashboard fullstack mpc mpcium nuxt sqlite tron trx usdt vue wallet
Last synced: about 6 hours ago
JSON representation
Tron MPC Wallet Dashboard | 波场 多方计算 钱包 仪表盘
- Host: GitHub
- URL: https://github.com/jerryshell/tron-mpc-wallet-dashboard
- Owner: jerryshell
- License: mit
- Created: 2026-07-08T14:16:31.000Z (5 days ago)
- Default Branch: master
- Last Pushed: 2026-07-10T09:56:47.000Z (3 days ago)
- Last Synced: 2026-07-10T10:09:01.293Z (3 days ago)
- Topics: dashboard, fullstack, mpc, mpcium, nuxt, sqlite, tron, trx, usdt, vue, wallet
- Language: TypeScript
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tron MPC Wallet Dashboard
波场 多方计算 钱包 仪表盘
## 前置条件
- 已部署 [mpcium](https://github.com/fystack/mpcium) 并确保 NATS 服务可访问
- [Bun](https://bun.sh) 运行环境
- 获取 `event_initiator.key` 私钥文件(由 mpcium 生成)
- (可选)[TronGrid API Key](https://www.trongrid.io/)
## 快速开始
```bash
cp .env.example .env # 复制环境变量模板(内含完整说明)
vim .env # 填入配置
bun install # 安装依赖
bun dev # 启动开发服务器
```
## 可用脚本
| 脚本 | 用途 |
| --------------- | -------------- |
| `bun dev` | 启动开发服务器 |
| `bun build` | 生产构建 |
| `bun preview` | 预览生产构建 |
| `bun lint` | 代码检查 |
| `bun format` | 代码格式化 |
| `bun typecheck` | 类型检查 |