Giter Site home page Giter Site logo

funwallet's Introduction

FuNWallet

Introduction

This is a proof of concept for our e-wallet that specialized in cross-border money transfer. This application is changed to crater to students studying aboard

App Preview

Building an entire blockchain, generally speaking, is a time-consuming and a very resource intenstive task. Given the scope of our current project and the short deadline given; we have decided to simply the application for demonstration purposes.

There are 2 parts to this project: The client application and the server. The server in this case plays the role of the blockchain in proccessing user requests and approving transactions made by the client. The client provides the user with an user-friendly GUI which should help them navigate their tasks fairly easily.

FuNWallet allows its users to withdrawl or deposit money to and from the wallet (which is currently being presented by a placeholder). Furthermore, it allows education institution to create tution fee requests that students could pay when they have enough in their balance. This application could also double as an application to manage students information, and can be updated as such should the users demand.

user profile view current debt view/tution fee request transaction_history_view

Prerequisite

For Client:

  • .NET version 7.0 or newer
  • A healthy appatite for bread ๐Ÿž

For Server:

  • An SQL data base, preferably MySQL
  • Java JDK version 11 or higher
  • Lots of cheese, preferably mozarella ๐Ÿง€

Server Installation Process

For testing purposes, it is best to utilize a virtual machine to set up the server. However, if resources are limited, the server should be able to run on the same machine as the client. The detailed installtion process is as followed

  • Installing Prerequisite: A database is neccessary in order to manage user data. Therefore, SQL installation is a must. Plain MySQL should work, however, in order to ease management, feel free to install assisting programs such as XAMPP or Workbench.
  • Create database: A demo script is provided in order to create a simple database for the proof of concept. However, if the situation demands, the database can be redesign to better suit the user needs. After configuring MySQL and creating the database, REMEMBER TO UPDATE /src/main/java/AuthSever/Database.java to match that of the database you just created Another thing you need to be aware of is the dependency installation. In particular, you need to add the mySQL Connector/J to the dependencies of the program. Otherwise, the error "No suitable driver found for jdbc:mysql://localhost/dbname" would happen.
  • Compile and run: Compile and run /src/main/java/AuthServer.java. Whether you compile it via an IDE or via commandline should not matter. You can also manually change the port on which this application runs in the aforemnetioned file.
  • Verify Operation: After finish compiling and running the application successfully, move on to Client installation process. In order for the application to run smoothly, the client MUST be able to ping the Server and vice versa. Any errors relating to logging in is most likely the result of networking.

Client Installation Process

  • Installing Prequisite: Download the source code which is currently located at src/main/java/FunWallet.Client. Also remember to install DOTNET
  • Customization: Update Server IP address and Port accordingly.
  • Run Application: Open commandline, execute dotnet run command to run FuNWallet.Client/FuNWallet.Client.Desktop/FunWallet.Client.Desktop.csproj.
  • Verify Operation: Check logs in and other features provided by the app. Should anything go wrong, make sure to double check data in the database, as well as connectivity between device running client and the server

funwallet's People

Contributors

q1641 avatar chanchan011 avatar duckiendoan 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.