60c95659a0
* 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
704 B
704 B
urbit-onboarding-app
React app for onboarding to Urbit chain with Ethereum/Cosmos key attestation
Setup for urbit-onboarding-app
-
Clone the repository
git clone git@github.com:deep-stack/urbit-onboarding-app.git
-
Enter the project directory
cd urbit-onboarding-app
-
Install dependencies
yarn
-
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...
-
-
Start the application
yarn start