nabarun
ae46a2468c
Part of https://www.notion.so/Sumsub-KYC-integration-in-onboarding-app-607b598c9c1d4d12adc71725e2ab5e7e Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: #1 |
||
---|---|---|
.husky | ||
config | ||
public | ||
scripts | ||
src | ||
.env.example | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
testnet-onboarding-app
React app for onboarding participants to laconicd chain with Nitro/Cosmos key attestation
Setup for testnet-onboarding-app
-
Clone the repository
git clone git@git.vdb.to:cerc-io/testnet-onboarding-app.git
-
Enter the project directory
cd testnet-onboarding-app
-
Install dependencies
yarn
-
Setup .env
-
Copy and update
.env
cp .env.example .env
-
In the
.env
file, add the WalletConnect project ID used in your laconic-wallet setup.WALLET_CONNECT_PROJECT_ID=39bc93c...
-
-
Start the application
yarn start