Go to file
IshaVenikar f8abf9ea76
Add README steps (#11)
* Add README

* Add gitea link for laconic-wallet

* Add new line

* Add example env

---------

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
2024-04-29 09:34:25 +05:30
.husky Set up project using create react app (#1) 2024-03-19 12:17:12 +05:30
public Set up project using create react app (#1) 2024-03-19 12:17:12 +05:30
src Prevent double initialization of wallet connect client (#10) 2024-04-24 17:59:55 +05:30
.env.example Add README steps (#11) 2024-04-29 09:34:25 +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
package.json UI Improvements (#9) 2024-03-28 09:14:06 +05:30
README.md Add README steps (#11) 2024-04-29 09:34:25 +05:30
tsconfig.json Set up project using create react app (#1) 2024-03-19 12:17:12 +05:30
yarn.lock UI Improvements (#9) 2024-03-28 09:14:06 +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