rooch-network / rooch

VApp Container with Move Language for Bitcoin ecosystem
https://rooch.network
Apache License 2.0
162 stars 85 forks source link

feat(rooch): account balance command show Bitcoin balance #2535

Closed newraina closed 2 months ago

newraina commented 2 months ago

Summary

Closes #2383

Test Result

# in test env
rooch account balance --address tb1pegyjdeycwtwt9s05eafwmj4qf93qjkvujem8myhx5rwktxutfq5ss2ndms

CleanShot 2024-08-29 at 13 59 08@2x

# in test env
rooch account balance --address tb1pegyjdeycwtwt9s05eafwmj4qf93qjkvujem8myhx5rwktxutfq5ss2ndms --json
{
  "0xe94e9b71c161b87b32bd679aebfdd0e106cd173fefc67edf178024081f33a812::rooch_clicker_coin::RCC": {
    "coin_type": "0xe94e9b71c161b87b32bd679aebfdd0e106cd173fefc67edf178024081f33a812::rooch_clicker_coin::RCC",
    "name": "Rooch Clicker Coin",
    "symbol": "RCC",
    "decimals": 0,
    "supply": "210000000000",
    "balance": "24496"
  },
  "0x3::gas_coin::GasCoin": {
    "coin_type": "0x3::gas_coin::GasCoin",
    "name": "Rooch Gas Coin",
    "symbol": "RGC",
    "decimals": 8,
    "supply": "500000100000000",
    "balance": "6265914233"
  },
  "Bitcoin": {
    "name": "Bitcoin",
    "symbol": "BTC",
    "decimals": 8,
    "balance": "180079"
  },
  "0x4938919590105e18ca080eeaf39441400a4687aba0fe44ef00e136027cc54eb7::hold_farmer::HDC": {
    "coin_type": "0x4938919590105e18ca080eeaf39441400a4687aba0fe44ef00e136027cc54eb7::hold_farmer::HDC",
    "name": "BTC Holder Coin",
    "symbol": "HDC",
    "decimals": 6,
    "supply": "222031278",
    "balance": "25365"
  }
}
vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2024 4:56am
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2024 4:56am
1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **rooch** | ⬜️ Ignored ([Inspect](https://vercel.com/rooch/rooch/DwSZUC7NMayE8oYWufyMb8Qyjk3t)) | [Visit Preview](https://rooch-git-fork-newraina-btc-balance-rooch.vercel.app) | | Aug 29, 2024 4:56am |