Nabarun
6e3f68c100
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Reviewed-on: cerc-io/testnet-onboarding-app#1 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
725 B
725 B
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@github.com:deep-stack/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