-
Notifications
You must be signed in to change notification settings - Fork 137
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
Wallet API #10
Wallet API #10
Conversation
Your Render PR Server URL is https://nomicon-pr-10.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-bqpqnhbeghv5i7n5cu2g. |
A deploy for your Render PR Server at https://nomicon-pr-10.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/static/srv-bqpqnhbeghv5i7n5cu2g. |
A deploy for your Render PR Server at https://nomicon-pr-10.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/static/srv-bqpqnhbeghv5i7n5cu2g. |
A deploy for your Render PR Server at https://nomicon-pr-10.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/static/srv-bqpqnhbeghv5i7n5cu2g. |
A deploy for your Render PR Server at https://nomicon-pr-10.onrender.com just failed. View details on your dashboard at https://dashboard.render.com/static/srv-bqpqnhbeghv5i7n5cu2g. |
Just checking the status of this as I have a usecase that could benefit. The only interaction with the user's wallet in my app is calling a contract function with an attached deposit, going through the process of adding a key to the users wallet to only use once and then remove has a lot of steps that could be removed with a general purpose transaction signing function. |
Thanks for taking a stab at this Vlad, and having the foresight in the summer of 2019. I think we'll possibly make a new NEP, using the updated process described here: Also, I've been looking into deep linking for MetaMask, as I'm quite impressed with the product, especially the mobile app. This has led me to the parsing here: which uses https://www.npmjs.com/package/eth-url-parser I believe we can take lessons from the following Ethereum EIPs: Our URI / deep linking will be quite different, since there are more Actions than just send or sign. So: where addKey is the camel-cased version of the Action. Now this doesn't mean that every path/slug must be an atomic Action. There will also be common needs like:
I'm afraid I'm not terribly familiar with the NEAR Wallet codebase, but notice that there seem to be paths set up here, in case it's a useful resource for this discussion. |
@vgrichina Is this still relevant? |
As the moderator, I assume this PR is no longer active given that there was no activity for over two months. Therefore, I am closing it. If anyone is interested in reopening this PR, please submit a new one. |
No description provided.