Original intention
June 27, 2024 · View on GitHub
Tauri Watch Coin / China Stock
Original intention
watch one token price change on app menu bar .
avoid go to fanince app , because the BOSS is watching YOU.
btw , price is updated every 3 seconds !

How To Use ? (JUST WATCH)
Developer Getting Started
download this project , run dev after install deps.
follow tauri quickstart guide before run this project .
Dev
$ git clone https://github.com/lifecoder1988/tauri-watch-coin.git
$ cd ./tauri-watch-coin
$ yarn install
$ yarn tauri dev
Build
$ git clone https://github.com/lifecoder1988/tauri-watch-coin.git
$ cd ./tauri-watch-coin
$ yarn install
$ yarn tauri build
Config
$ cd /Users/${user}/Library/Application Support/com.moyu.kline // change ${user} by your own user
$ // create app.conf.json
$ // restart app
default app.conf.json
{
"pairs": [
{
"label": "BTC/USDT",
"value": "BTC/USDT"
},
{
"label": "ETH/USDT",
"value": "ETH/USDT"
},
{
"label": "LTC/USDT",
"value": "LTC/USDT"
},
{
"label": "BOME/USDT",
"value": "BOME/USDT"
}
],
"stocks": [
{
"label": "上证指数",
"value": "sh000001"
},
{
"label": "沪深 300",
"value": "sh000300"
},
{
"label": "隆基绿能",
"value": "sh601012"
},
{
"label": "万科A",
"value": "sz000002"
}
]
}
OS Supported
| OS | Status |
|---|---|
| Windows | UNKOWN |
| MacOS | :white_check_mark: |
FAQ
1. Can't open app after install
because this app is not code signed by apple right now . you can run this command to skip this issue . (because lack of money)
sudo xattr -d com.apple.quarantine /Applications/watchcoin.app
2. Where to Download Release App
go to Release Page
