Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 474 Bytes

File metadata and controls

11 lines (8 loc) · 474 Bytes

Installing the Wallet project Please follow the steps below:

Download and install Maven 3. You can download it from http://maven.apache.org/download.html. $ mvn package Now go to the folder where the jar has created and run $ java -jar Wallet-0.0.1-SNAPSHOT.jar Go to address: http://localhost:8090/wallets. The server should respond with a text that reads empty array as the no wallet has been added: []. Now basic environment and Wallet project is installed correctly.