Original Summary

GitHub: https://github.com/khomin/wallet I had the idea for a while to have a small, self-hosted service that would just tell me when something actually happens to my crypto and prices (without "potential opportunities" / promotional notifications). Users can add wallets from supported chains, track their balances, set price alerts, and receive notifications by email (Resend). Supported tokens are defined through config, for example: - symbol: "AAPLx" name: "Apple xStock" deployments: ETH: { address: "0xE5fxxx", decimals: 18 } ARB: { address: "0xE5fxxx", decimals: 18 } SOL: { address: "XsbExxxx", decimals: 9 } I wanted to avoid duplicating the same wallet for every user. If 100 users add the same wallet, there is still only one wallet record. User-specific information is stored separately, while the wallet and its synchronized balance are shared. The project is built with: REST/gRPC-Gateway, PostgreSQL, Redis, RabbitMQ, Prometheus/Grafana, Resend The frontend is ~90% vibe-coded, (i'm not good at UI :D) Go part was built mostly organically   submitted by   /u/Patient_Day7829 [link]   [comments]

中文概览

中文标题: 用Go构建的自托管加密钱包与价格追踪器

作者开源了一个用Go编写的自托管加密钱包与价格追踪服务,可在加密资产和价格发生实际变动时通知用户,不发送推销类通知。用户可添加受支持链上的钱包、追踪余额、设置价格提醒,并通过Resend邮件接收通知。代币通过配置定义。同一钱包在多个用户间只存一条记录,用户专属信息单独保存。前端约90%为氛围编程,Go部分主要自然完成。


  • 情报分类:开源项目与落地
  • 分类依据:开源自托管加密钱包与价格追踪项目,归入projects
  • 信息来源:Reddit · SideProject
  • 发布时间:2026/9/24 19:10:20