Skip to content

A simple Java 15 project developed at the final weeks of FMI Modern Java Technologies course.

Notifications You must be signed in to change notification settings

nicksinch/Cryptocurrency-Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Cryptocurrency-Wallet

A simple Java 15 project developed at the final weeks of FMI Modern Java Technologies course.

The project has the following functionalities:

  • Register a user (the registered users are stored in a json file with encrypted passwords)

  • Login

  • Logout

  • Deposit X amount of USD into the account

  • List available cryptocurrencies

  • Sell a particular cryptocyrrency

  • Get summary of the wallet

To implement some of them, calls to the CoinAPI are invoked.

To start the project:

  • execute Main.java to start the server
  • execute CryptoClient to start the client
  • type "help" in the terminal to see available commands

About

A simple Java 15 project developed at the final weeks of FMI Modern Java Technologies course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published