Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 654 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 654 Bytes

HiWallet

HiWallet is an encrypted cryptocurrency asset management app developed natively for the Android platform. In addition to supporting TOP, it also integrates popular asset management functionalities for ETH, EOS, BTC, FIL, and more.

Installation and Running

Prerequisites

  • Java 8 or higher
  • Maven (for building the project)

Getting the Project Code

Building and Running

Navigate to the project root directory and execute the following command to build and run the project:

$ mvn spring-boot:run

Alternatively, you can import the project into an IDE (such as IntelliJ IDEA or Eclipse) and run it from there.