Skip to content

wakqasahmed/vouch-capsule

 
 

Repository files navigation

Vouch capsule for elastOS

To start, clone vouch-capsule repo

git clone https://github.com/tuum-tech/vouch-capsule.git;
cd vouch-capsule

Prerequisites

  • Install trinity-cli
npm install -g @elastosfoundation/trinity-cli

Setup

Run

  • Copy env file
cp .env.example .env
  • Build and deploy the capsule to android device/emulator
trinity-cli run -p android

Deploying to production

  • If you're using jscrambler and would like to only protect certain files,
grep -nr string_to_search_for build/static | sed 's/ *:.*//'

About

KYC dApp for elastOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.1%
  • CSS 5.4%
  • Other 0.5%