Skip to content

MoreloNetwork/morelo-android-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Morelo Android Wallet: For Privacy

Less Privacy Collection; More Privacy Coins; Fully Open Source; Better User Experience

HOW TO BUILD

Prepare Ubuntu environment

$ apt-get update && apt-get upgrade -y && apt-get install aptitude -y
$ aptitude install wget curl vim git screen zip -y
$ screen -S morelo
$ aptitude install build-essential cmake tofrodos libtool-bin autoconf pkg-config -y

Install Android NDK

$ mkdir /opt/android
$ chown $LOGNAME /opt/android
$ cd /opt/android
$ wget https://dl.google.com/android/repository/android-ndk-r17c-linux-x86_64.zip
$ unzip android-ndk-r17c-linux-x86_64.zip
$ mv android-ndk-r17c ndk-r17c

Build Morelo

$ cd ~
$ cd monero-android-lib/external-libs
$ mkdir -p build/src
$ make all

Thanks

Thanks to xmrwallet for the build script.

Donating

Donation Address (MRL): TODO

License

MIT

About

Android Wallet for Morelo cryptocurrency

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.0%
  • Shell 29.2%
  • Makefile 1.8%