Giter Club home page Giter Club logo

wallet-ui's Introduction

Wallet-ui

by in2.es

Quality Gate Status

Bugs Vulnerabilities Security Rating Code Smells Lines of Code

Coverage Duplicated Lines (%) Reliability Rating Maintainability Rating Technical Debt

Introduction

IN2 Wallet Front is the presentation side application for the IN2 Wallet project. It is a Ionic Angular application.

Architecture

The application is based on the following architecture:

Wallet Driving Application (WDA)

Main Features

// TODO: Add the main features of the application

  • User login
  • User logout
  • User QR Scaning
  • User Verifiable Credentials management
  • User Prefered Language management
  • User Prefered Scaning Camera management
  • CBOR Credential Presentation.

Getting Started

This aplication is developed, builded and tested in Visual Studio Code

  1. Clone the repository: git clone https://github.com/in2workspace/in2-wallet-wda.git
  2. Install dependencies: npm install
  3. Install Ionic npm install -g @ionic/cli
  4. Start aplication in local development npm start
  5. Build docker image docker build -t wallet-wda .
  6. Run docker image docker run -p 4200:8088 -e WCA_URL=http://yourdomain.com -e LOGIN_URL=http://yourdomain.com wallet-driving-application

Customization

Build and Test

We have 3 different ways to build and test the project depending on the selected Spring Boot profile.

  • test profile: This profile is used for unit testing. It uses an in-memory database and does not require any external dependencies.
  • local profile: This profile is used for local development. It uses an in-memory database and generates default data to test the application. You need to run a set of docker containers to run the application (Orion Context Broker and MongoDb).
  • local-docker profile: This profile is used for local development. It uses a dockerized database and generates default data to test the application.
  • dev profile: This profile is used for development. It uses a dockerized database and generates default data to test the application.
  • docker you can set environment variables dinamicaly using '-e WCA_URL=http://yourdomain.com' all the diferent environment variables are WCA_URL, DATA_URL, LOGIN_URL, REGISTER_URL, EXECCONT_URI, VP_URL, CRED_URI, CREDID_URI, USER_URI

Contribute

License

Documentation

wallet-ui's People

Contributors

albertorubioin2 avatar oriolcanades avatar marcvizcainoin2 avatar carlosvillarroelin2 avatar danielguillenin2 avatar rubenmodamioin2 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.