-
Notifications
You must be signed in to change notification settings - Fork 39
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
RFP (Request for Proposals) : Support send runtime calls using wallets like metamask #55
Comments
There is existing solution(thanks to @hujw77 ) using remix with the following contract's support:
Compile this contract using remix first, then connect to you account using Inject Provider, copy dispatch precompile address and the encoded runtime call data from polkadot js: Refer following interfaces: https://docs.darwinia.network/builtin-precompiles-38faea0d12a648e9a061cf013e1cfdd6 |
https://jsfiddle.net/wuminzhe/5qx0pcej/1/ In vscode, there will be auto-completions. |
This is for developer, not for app user, as we already have a solidity solution for it, let's move it to documentation. |
This can be easily constructed by the runtime calls component and dispatch js SDK
The text was updated successfully, but these errors were encountered: