Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yyq1025/balance
🤔 A modern practice on (free) serverless web application development process
https://github.com/yyq1025/balance
ethereum evm go postgresql react webapp
Last synced: about 1 month ago
JSON representation
🤔 A modern practice on (free) serverless web application development process
- Host: GitHub
- URL: https://github.com/yyq1025/balance
- Owner: yyq1025
- License: mit
- Created: 2022-07-14T05:54:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T21:08:47.000Z (8 months ago)
- Last Synced: 2024-05-19T00:33:58.207Z (8 months ago)
- Topics: ethereum, evm, go, postgresql, react, webapp
- Homepage: https://balance-yangyq.vercel.app
- Size: 7.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Balance
Check EVM-chain public RPC URLs and token balances at [Balance](https://balance-yangyq.vercel.app).
[![License](https://img.shields.io/github/license/yyq1025/balance)](https://github.com/yyq1025/balance/blob/main/LICENSE)
[![React](https://img.shields.io/github/package-json/dependency-version/yyq1025/balance-frontend/react?color=61DAFB&logo=react&logoColor=white)](https://github.com/yyq1025/balance-frontend)
[![Go version](https://img.shields.io/github/go-mod/go-version/yyq1025/balance-backend?color=00ADD8&logo=go&logoColor=white)](https://github.com/yyq1025/balance-backend)
[![Renovate status](https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovatebot)](https://github.com/yyq1025/balance/issues/17)## Responsive Design
Account for every screen size. 🖥️💻📱
![responsive.gif](/assets/responsive.gif)
## Infinite Scroll with Concurrent Requests
Load only if needed.
![infinite-scroll.gif](/assets/infinite-scroll.gif)
## Rich Feedback
Always keep users on the right track.
![feedbacks.gif](/assets/feedbacks.gif)
## 100% Serverless, 100% Free Stack
Pursue flexibility with sustainablity.
[![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge&logo=github-actions&logoColor=white)](https://github.com/features/actions)
[![Vercel](https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white)](https://vercel.com/)
[![Auth0](https://img.shields.io/badge/Auth0-EB5424?style=for-the-badge&logo=auth0&logoColor=white)](https://auth0.com/)
[![Google Cloud](https://img.shields.io/badge/Google_Cloud-4285F4?style=for-the-badge&logo=google-cloud&logoColor=white)](https://cloud.google.com/)
[![Redis](https://img.shields.io/badge/redis-DC382D?style=for-the-badge&logo=redis&logoColor=white)](https://redis.com/)
[![Supabase](https://img.shields.io/badge/Supabase-3ECF8E?style=for-the-badge&logo=supabase&logoColor=white)](https://supabase.com/)![Architecture](/assets/balance.drawio.png)
## Try it Yourself
Example wallet addresses and token addresses.
**Wallet Addresses**
- Binance Hot Wallets
- 0xBE0eB53F46cd790Cd13851d5EFf43D12404d33E8
- 0xF977814e90dA44bFA03b6295A0616a897441aceC
- 0x28C6c06298d514Db089934071355E5743bf21d60
- OKX Hot Wallets
- 0xA7EFAe728D2936e78BDA97dc267687568dD593f3
- 0x98EC059Dc3aDFBdd63429454aEB0c990FBA4A128
- FTX Hot Wallets
- 0xC098B2a3Aa256D2140208C3de6543aAEf5cd3A94
- 0x2FAF487A4414Fe77e2327F0bf4AE2a264a776AD2**Token Addresses**
- Ethereum
- USDT: 0xdAC17F958D2ee523a2206206994597C13D831ec7
- USDC: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
- DAI: 0x6B175474E89094C44Da98b954EedeAC495271d0F
- SHIB: 0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE## More Details
- [Frontend](https://github.com/yyq1025/balance-frontend)
- [Backend](https://github.com/yyq1025/balance-backend)