Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow application to assign a user wallet with new chain #2984

Open
Nirajsah opened this issue Nov 28, 2024 · 0 comments
Open

Allow application to assign a user wallet with new chain #2984

Nirajsah opened this issue Nov 28, 2024 · 0 comments

Comments

@Nirajsah
Copy link
Contributor

Nirajsah commented Nov 28, 2024

After creating a new game chain, users is required to manually assign the Message_ID and associated public key to their wallets. Without this assignment, users cannot access the chain for operations or queries.

Requirements:

  • Message_ID: Value returned when creating a new chain
  • PUB_KEY: Public key used during chain creation (two different keys in this case)

Current Manual Process:

linera -w1 assign --key $PUB_KEY_1 --message-id $MESSAGE_ID
linera -w2 assign --key $PUB_KEY_2 --message-id $MESSAGE_ID

Before assigning (wallet_1):
Screenshot from 2024-11-28 20-01-44

After assigning (wallet_1):
Screenshot from 2024-11-28 20-01-31

@Nirajsah Nirajsah changed the title Allowing application to assing a user wallet with new chain Allow application to assign a user wallet with new chain Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant