testnet-onboarding-app/README.md
Adwait Gharpure 60c95659a0
Add support for sending cosmos transactions to laconic wallet (#12)
* Add method for sending tx to wallet

* Setup registry-sdk in onboarding app

* Build message for bond creation

* Get response on signing and broadcasting tx

* Run eject script

* Display snackbar on creating bond

* Add fallback to webpack config file

* Handle review changes

* Handle errors with snackbar
2024-07-04 11:15:18 +05:30

704 B

urbit-onboarding-app

React app for onboarding to Urbit chain with Ethereum/Cosmos key attestation

Setup for urbit-onboarding-app

  1. Clone the repository

    git clone git@github.com:deep-stack/urbit-onboarding-app.git
    
  2. Enter the project directory

    cd urbit-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