Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 685 Bytes

File metadata and controls

30 lines (22 loc) · 685 Bytes

A WearOS application that displays the latest Cardano blockchain tip in real-time using Amaru node implementation.

demo.mov

🚀 Quick Start

# Setup once
make setup

# Launch on emulator
make launch

# Or deploy to watch
make deploy

🛠️ Troubleshooting

Logs not showing

adb logcat | grep -E "(AmaruWear|amaru_wear)"

Watch not connecting

  • Enable WiFi ADB in developer options
  • Verify same network
  • Try: adb disconnect && adb connect <ip>:5555