testnet-onboarding-app/README.md
nabarun d48f2aaac1 Update repo clone link to cerc-io (#3)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)

Co-authored-by: zramsay <zramsay@noreply.git.vdb.to>
Reviewed-on: cerc-io/testnet-onboarding-app#3
2024-07-22 14:53:45 +00:00

722 B

testnet-onboarding-app

React app for onboarding participants to laconicd chain with Nitro/Cosmos key attestation

Setup for testnet-onboarding-app

  1. Clone the repository

    git clone git@git.vdb.to:cerc-io/testnet-onboarding-app.git
    
  2. Enter the project directory

    cd testnet-onboarding-app
    
  3. Install dependencies

    yarn
    
  4. 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...
      
  5. Start the application

    yarn start