Skip to content

Commit

Permalink
chore: updating Documentation and Developer Guide (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinbtechit authored Jan 9, 2023
1 parent 7535a7c commit d35f577
Show file tree
Hide file tree
Showing 7 changed files with 371 additions and 101 deletions.
448 changes: 349 additions & 99 deletions DEVELOPER.md

Large diffs are not rendered by default.

24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@

![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)
[![Native Build & Test](https://github.com/bcgov/bc-wallet-mobile/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/bcgov/bc-wallet-mobile/actions/workflows/main.yaml)

# Table of Contents
<!-- TOC -->
* [Prerequisite](#prerequisite)
* [Overall Architecture](#overall-architecture)
<!-- TOC -->

# Prerequisite
Before running the mobile app it is expected to the following services up and running. (Either locally or hosted
somewhere on the internet.)

1. [Von-Network Blockchain Ledger](https://github.com/bcgov/von-network)
2. [Mediator](https://github.com/hyperledger/aries-mediator-service)
3. [Credential Issuer](https://github.com/bcgov/issuer-kit)
4. An account in [NgRok](https://dashboard.ngrok.com/get-started/setup)
5. Follow the steps in the [Developer Guide](DEVELOPER.md)

# Overall Architecture
How BC Wallet Mobile App fits in a larger picture?

![](<./docs/BCWallet_Architecture.png>)

# TL;DR

Under construction...
Binary file added docs/BCWallet_Architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Emulator-debug-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/intellij-debug-btn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/intellij-debugging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/intellij-run-debug-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d35f577

Please sign in to comment.