Adwait Gharpure 359eddd385 Add support for onboarding to laconicd (#13)
* Change logo and app name

* Get cosmos address from route

* Navigate to second page on receiving eth signature

* Add title to page

* Use consistent formatting

* Handle review changes

* Remove unecessary field from onboarding message
2024-07-05 15:12:57 +05:30
2024-04-29 09:34:25 +05:30
2024-04-29 09:34:25 +05:30

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
    
S
Description
No description provided
Readme
4.9 MiB
Languages
JavaScript 95.8%
TypeScript 3.9%
HTML 0.2%