hypersign-protocol / hypersign-identity-wallet

Hypersign Identity Wallet is mobile/web wallet where user can store cryptographic keys as well as credenitals issued by various issuers.

Home Page:https://wallet-prajna.hypersign.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hypersign Wallet

Build

Tested on version

Node version: v18.17.0
NPM version : v16.14.13

Build locally

$ yarn
$ yarn build
$ yarn build:Testnet # build for Testnet
$ yarn build:Mainnet # build for Mainnet

Develop locally

$ npm install
$ npm run watch:dev
$ npm run watch:dev:Testnet
$ npm run watch:dev:Mainnet

Running tests

$ npm install
$ npm run test

Adding to browser via local build or release zip

  • Chromium based (Chrome, Brave, Opera)
  1. Open chrome/brave browser Preferences -> More tools > Extensions
  2. Make sure Developer mode is On in the right corner.
  3. Click Load unpacked button and select the generated dist folder in the cloned repo or the unacrhived release folder.
  • Firefox
  1. Open the Firefox menu and select Add-ons section.
  2. Click the Tools for all add-ons button and select Debug Add-ons
  3. Click Load a temorary add-on navigate to the generated dist folder in the cloned repo or the unacrhived release folder and select the manifest.json file.

Build Cordova version for production

iOS

  • create Xcode project by cordova prepare ios
  • open created project in Xcode
  • open Signing & Capabilities
  • enable signing by the corresponding development team
  • ensure that applinks:wallet.superhero.com is in Associated domains feature
  • open Build Settings
  • switch "Code Signing Identity => Release" and "Code Signing Identity => Release => Any iOS SDK" from "iOS Distribution" to "iOS Developer"
  • choose Product => Archive and follow the instructions

Android

build a production version signed by the corresponding key:

cordova build android --release --buildConfig=build.json

Security

If you discover a security vulnerability within this application, please get in touch with us. All security vulnerabilities will be promptly addressed.

Contribution

Contributions are more than welcome.

If you spot an issue while testing/using the extension - submit an issue

If you want to help us with building this amazing project submit your PR!

Steps to build the apk

  1. Clone the repo

    git clone https://github.com/hypersign-protocol/hypersign-identity-wallet.git
    cd hypersign-identity-wallet
    
  2. Run the following commands

    npm install
    npm run build
    npm run gen:cordova-resources
    

If you face dimensions error in the last command, replace image files in /resources/ directory with these files

  1. Run

    npx cordova platform add android
    

If you face problem in adding android into the project, due to jdk , download the JDK version 1.8 from this link

  1. Follow either of the below steps to get an apk
  • Place your build.json and hypersign.keystore file in the root directory and run
    npx cordova build android
    

OR

  • Open up the android folder in your android studio, and run it in a emulator
  • Go to Build, and click on Build APK(s), to build the apk

Troubleshoot

If you are getting the error while running command npm run watch:dev, run these command from the project root:

node node_modules/node-sass/scripts/install.js
npm rebuild node-sass

Then the dev server app should run on

About

Hypersign Identity Wallet is mobile/web wallet where user can store cryptographic keys as well as credenitals issued by various issuers.

https://wallet-prajna.hypersign.id

License:ISC License


Languages

Language:Vue 62.5%Language:JavaScript 34.3%Language:SCSS 2.1%Language:HTML 0.9%Language:Shell 0.1%Language:Dockerfile 0.1%