Skip to content

Toni-d-e-v/my-idena

 
 

Repository files navigation

My Idena

Idena iOS and Android app based on Flutter framework .

Build Status

Configuration

for a Windows PC:
  • execute idena-go.exe with --rpcaddr {ip_address} --rpcport {port_number} (don't run the windows client application)
  • in the first launch, go to "Parameters" page
  • type http://{ip_address}:{port_number} to connect to your node
  • type the api.key (cf %appdata%\Idena\node\datadir\api.key)
for a remote server and Android phone:
  • install Termux or equivalent on your Android phone
  • install ssh pkg install openssh -y
  • setup tunnel connection using ssh ssh -L 9999:localhost:9009 YOUR_VPS_IP
  • open my_idena, go to "Parameters" page and type http://localhost:9999 and your api key in the following file ./datadir/api.key

Work in progress

Help

Consider supporting my-idena by donating to 0xf429e36d68be10428d730784391589572ee0f72b

About

Idena mobile app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 97.1%
  • Ruby 2.8%
  • Other 0.1%