Part of [Sumsub KYC integration in onboarding app](https://www.notion.so/Sumsub-KYC-integration-in-onboarding-app-607b598c9c1d4d12adc71725e2ab5e7e)
- Add terms and conditions in home page and before signing cosmos message
- Add `kycId` and `role` field in cosmos message
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: #2
* 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
* 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
* Add layout to pages
* Persist session
* Style sign with ethereum page
* Refactor modal
* Remove unused styles
* Implement disconnect session functionality
* Add info about wallet in navbar
* Remove unused imports
* Use canonical JSON
* Add line
* Remove buffer from sign with ethereum page
* Display signed message in dialog
* Show modal on signature
* Format cosmos signature
* Add code block style for json messages
* Display signature in first modal
* Add urbit logo for connect wallet page
* Display message for sign with ethereum
* Handle review changes
* Keep icon and text on same line
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Sign using eth
* Sign using cosmos key
* Add functionality to choose account
* Use session.topic
* Refactor cosmosSign method
* Remove logs
* Update UI for sign in with cosmos
* Remove success route
* Add modal for sign in with ethereum
* Pass data in url params
* Use material UI dropdown
* Add route for redirecting to not found page
* Remove alert
* Add snackbar
* Remove unused package
* Use notistack
* Add polyfills
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
Co-authored-by: neeraj <neeraj.rtly@gmail.com>