359eddd385
* 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 |
||
---|---|---|
.husky | ||
config | ||
public | ||
scripts | ||
src | ||
.env.example | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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