Arc Fintech App 是一个示例性的多链财库管理系统,使用 Next.js、Supabase 以及 Circle 的服务来管理钱包、跨链桥接资产,并提供实时仪表盘。

Stars

132

7 天增长

暂无数据

Fork 数

1,055

开放 Issue

0

开源协议

Apache-2.0

最近更新

2026-07-08

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它展示了 Circle 开发者控制钱包和网关与 Supabase 的实时更新集成,并可选 Redis 缓存提升性能,为构建多链财库应用提供了有价值的参考。

适合谁使用

  • 构建金融科技或财库管理应用的开发者
  • 探索多链钱包管理的区块链开发者
  • 对使用 Supabase 实现实时数据同步感兴趣的 Web3 工程师
  • 评估 Circle 支付和钱包 API 的团队

典型使用场景

  • 通过统一仪表盘管理多链 USDC 余额
  • 使用 Circle Bridge Kit 在支持的链之间桥接资产
  • 实时监控交易和钱包余额
  • 通过 Webhook 驱动的状态更新自动化财库工作流程

项目优势

  • 利用 Supabase Realtime 订阅实现实时 UI 更新
  • 可选的 Redis 缓存用于余额响应和 Webhook 去重
  • 现代技术栈:Next.js App Router、Tailwind CSS、shadcn/ui 组件
  • 清晰的 Webhook 架构,同时处理标准订阅和网关订阅

使用前须知

  • 仅用于测试网 – 未经修改不适合生产环境
  • 运行本地环境需要多个外部服务(Supabase、Circle、Redis、Docker)
  • 假设开发者熟悉 Circle API 密钥、实体密钥和 Webhook 设置

README 快速开始

Arc Fintech App

Modern multi-chain treasury management system. This sample application uses Next.js, Supabase, and Circle Developer Controlled Wallets, Circle Gateway and Circle Bridge Kit with Forwarding Service to demonstrate a multi-chain treasury management system with bridge capabilities.

Table of Contents

Prerequisites

How It Works

Webhooks & Real-Time Updates

The dashboard refreshes balances automatically when funds move: a Circle webhook updates a row in Supabase, and a Supabase Realtime subscription pushes that change to the UI.

Circle must reach your endpoint over the public internet, so local development needs a tunnel (e.g. ngrok). Point a tunnel at your dev server and set WEBHOOK_ENDPOINT_URL accordingly:

ngrok ht

项目描述

fintech app for multi-chain treasury management system

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

simonlin1212
simonlin1212 GitHub avatar

Vibe-Research

Vibe-Research is an open-source personal AI investment research dashboard that integrates A-share, US, and Hong Kong stock market data with a clean UI and a pluggable AI interface, never recommending stocks.

TypeScript
1,044
TanStack
精选
TanStack GitHub avatar

router

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.

Web 开发前端框架
14,861
vercel-labs
精选
vercel-labs GitHub avatar

scriptc

scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.

开发者工具代码质量与构建
1,985