- Clone Repository
git clone <git repository url>
- Install dependencies
yarn install
yarn ts-node src/setup-from-sandbox.ts
- Copy file
sample.local.env.json
tolocal.env.json
- Configure agent:
mediatorInvitationUrl
: Mediator Invitation URLbase_url
: Traction API base URLtenant_id
: Traction tenant IDapi_key
: Traction API Key
ngrok http "file://${PWD}/tmp"
## For running using the mobile app. Open tmp/__qrcode.png to see the generated QR Codes
export HOLDER_TYPE=manual
yarn jest --runInBand --detectOpenHandles --forceExit src/basic.test.ts