Go to file
Nabarun 6e3f68c100 Replace Ethereum with Nitro in UI (#1)
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>
2024-07-16 09:01:47 +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 Change app title 2024-07-16 12:08:59 +05:30
scripts Add support for sending cosmos transactions to laconic wallet (#12) 2024-07-04 11:15:18 +05:30
src Replace Ethereum with Nitro in UI (#1) 2024-07-16 09:01:47 +00:00
.env.example Display onboarded participant if transaction is successful (#16) 2024-07-11 10:05:00 +05:30
.eslintignore Set up project using create react app (#1) 2024-03-19 12:17:12 +05:30
.eslintrc.json Establish session with laconic wallet (#2) 2024-03-19 18:24:15 +05:30
.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 Replace Ethereum with Nitro in UI (#1) 2024-07-16 09:01:47 +00:00
README.md Replace Ethereum with Nitro in UI (#1) 2024-07-16 09:01:47 +00:00
tsconfig.json Set up project using create react app (#1) 2024-03-19 12:17:12 +05:30
yarn.lock Replace Ethereum with Nitro in UI (#1) 2024-07-16 09:01:47 +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@github.com:deep-stack/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