/vouch-capsule

KYC dApp for elastOS

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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/ *:.*//'