You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sendtocontract interface is always needed for Dapps. It can be like this:
Using a GET url to jump to a sendtocontract page.
The page contains a form and a confirm button.
Fill the form with the parameters in GET.
Parameters are the same as Qtum Core sendtocontract API:
a. Contract Address (required)
b. Data (optional, default empty)
c. Amount (optional, default 0)
If the user does not have a wallet, guide him to create a wallet.
The text was updated successfully, but these errors were encountered:
denuoweb
added a commit
to denuoweb/htmlcoin-web-wallet
that referenced
this issue
Sep 4, 2020
A sendtocontract interface is always needed for Dapps. It can be like this:
a. Contract Address (required)
b. Data (optional, default empty)
c. Amount (optional, default 0)
The text was updated successfully, but these errors were encountered: