-
Notifications
You must be signed in to change notification settings - Fork 153
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
Configuration for how transactions are signed (Function Call Access Key vs Wallet integration) #669
Comments
Hi @toteto , thanks for raising an issue, we're taking a look on it. |
Hey, @toteto this issue was closed by the fact that now you can |
Thanks for the explanation. Hope the official support for signIn without FAK woudn't take so long. Do you have a issue that is tracking this, would be helpful maybe to link it here so people can navigate to it and track it. |
You're welcome, you can have a look on this PR. |
Is your feature request related to a problem? Please describe.
The usecase of my DApp there is only single interaction with the Near chain. For the purpose of this, it makes more sense to make the singing of the transaction by using the wallet Full Access key instead of creating Function Call access key dedicated to the DApp and the smart contract.
The current implementation of most wallet-selector modules don't have a stable way of achieving single sign transaction without it creating function call access key.
Describe the solution you'd like
Easiest place to put this would be maybe in the
modal-ui
right next to thecontractId
. Or maybe it can be implicitly deducted when thecontractId
is se toundefined
/null
.Describe alternatives you've considered
''
in thecontractId
fieldmethods
Both of these behave differently on different wallet integrations. Not reliable.
Acceptance criteria
The text was updated successfully, but these errors were encountered: