ResVault is a chrome extension that serves as a wallet for ResilientDB.

Clone this repo:
  1. c47882a Merge pull request #2 from AmeyGohil/ag-dragndrop by Apratim Shukla · 3 months ago main
  2. 4721b2c Added drag and drop box in Dashboard by AmeyGohil · 3 months ago
  3. 8b0a5fc add apache license to html by JunchaoChen · 5 months ago Release-20231201232513
  4. 864e08f add notice by JunchaoChen · 5 months ago Release-20231201231537 Release-20231201231552
  5. abea071 add apache license by JunchaoChen · 5 months ago

About

ResVault is a chrome extension that serves as a wallet for ResilientDB. ResilientDB is a High Throughput Yielding Permissioned Blockchain Fabric founded by ExpoLab at UC Davis in 2018. ResilientDB advocates a system-centric design by adopting a multi-threaded architecture that encompasses deep pipelines. Further, ResilientDB separates the ordering of client transactions from their execution, which allows it to process messages out-of-order.

  • Create Account
  • Delete Account
  • Login
  • Submit Transactions
  • Transactions logging

Pending:

  • [ ] Password improvement
  • [ ] User Profiles
  • [ ] Multi-account support
  • [ ] Transaction details
  • [ ] View all transactions

Installation

Via GitHub release

Open chrome://extensions/ in Google Chrome, toggle Developer mode on:

  • Click on Load unpacked
  • Select the build folder that you downloaded from the GitHub releases.

Via Chrome Webstore

Coming Soon

Build

NodeJS is required.
Open terminal and execute:

git clone https://github.com/ResilientApp/ResVault.git
cd ResVault
npm install
npm run build

Example Usage

Demo Video

Coming Soon

Links

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested.

The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please reach out to apratim@expolab.org instead of opening an issue – you will get redirected there anyway.

If you wish to contribute to the ResVault codebase or documentation, feel free to fork the repository and submit a pull request.

Help

If you don‘t understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don’t hesitate to reach out to apratim@expolab.org.