Go to file
nabarun 663eb42a74 Wait for session to load before redirecting (#29)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: #29
2024-08-09 13:00:30 +00:00
.husky Set up project using create react app (#1) 2024-03-19 12:17:12 +05:30
config Add support for sending cosmos transactions to laconic wallet (#12) 2024-07-04 11:15:18 +05:30
public Fix react-pdf for prod build (#15) 2024-08-08 12:58:57 +00:00
scripts Add support for sending cosmos transactions to laconic wallet (#12) 2024-07-04 11:15:18 +05:30
src Wait for session to load before redirecting (#29) 2024-08-09 13:00:30 +00:00
.env.example Add functionality to create a validator (#28) 2024-08-09 10:18:13 +00:00
.eslintignore Set up project using create react app (#1) 2024-03-19 12:17:12 +05:30
.eslintrc.json Persist subscriber ID in local storage (#26) 2024-08-09 06:24:29 +00:00
.gitignore Add README steps (#11) 2024-04-29 09:34:25 +05:30
.npmrc Add support for sending cosmos transactions to laconic wallet (#12) 2024-07-04 11:15:18 +05:30
package.json Add functionality to create a validator (#28) 2024-08-09 10:18:13 +00:00
README.md Update repo clone link to cerc-io (#3) 2024-07-22 14:53:45 +00:00
tsconfig.json Set up project using create react app (#1) 2024-03-19 12:17:12 +05:30
yarn.lock Add functionality to create a validator (#28) 2024-08-09 10:18:13 +00:00

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