buidl-labs / PolkaAnalytics

An analytics platform for the Polkadot Network
https://polkanalytics.com
GNU General Public License v2.0
6 stars 6 forks source link

PolkadotJS Wallet Integration #81

Closed saumyakaran closed 4 years ago

saumyakaran commented 4 years ago

GOAL: To allow users to submit transactions to nominate suggested validators from #58

The idea is to allow authenticated users to nominate the suggested validators by just clicking a couple of buttons. Imagine:

  1. Enter stake amount
  2. Get suggested prompts
  3. Click button to nominate
  4. Authentication prompt from PolkadotJS Wallet pops up
  5. After authenication is complete, a confirmation prompt
  6. User selects their account from which they want to pay (stash) and account which they want to use to control those funds (controller) and clicks confirm
  7. Done, you've now nominated the suggested validators -> in v1 redirect to PolkadotJS web app after this so that they can manage their stakes if they want
saumyakaran commented 4 years ago

Closing in favor of https://github.com/buidl-labs/YieldScan/issues/11