Giter Club home page Giter Club logo

crypto-wallet's Introduction

Cryptocurrency Wallet Application

Introduction

Nearing the start of 2021, I started to research a lot about blockchain technology and its applications, one of them being cryptocurrency. Since then, I've been quite intrigued by the extensive applications and capabilities of cryptocurrency. Therefore, I decided to base this project on my interest and passion for cryptocurrency by programming a cryptocurrency wallet application in Java.

This program models a digital cryptocurrency wallet that allows cryptocurrency owners to store their cryptocurrency in a wallet. The wallet also allows users to buy and sell cryptocurrency.

Future Improvements

After taking a look at the UML diagram of the codebase, it appears that the relationships between classes have relatively low coupling. However, I would consider refactoring the Currency class to make it a static class as its fields are never changed. This would remove the need to instantiate currencies and reduce coupling further, particularly with the AccountUI and JsonReader classes. Other than that, the class with the most associations seems to be the AccountUI class which makes sense as it essentially assembles the program. Similarly, JsonReader seems to have multiple dependencies on other classes however, I believe these are necessary for the functionality of the reader. Therefore, I would likely not refactor the code any further.

In terms of cohesion, all functionality and classes seem to be relatively well focused, therefore, I do not see a reason to refactor the code from this perspective.

crypto-wallet's People

Contributors

andrew-fenton avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.