-
Notifications
You must be signed in to change notification settings - Fork 14
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
Pull Fields and Generate Transaction #24
Comments
I have adjusted the examples/transfer.html, please check develop on monday. You wont need inject example for that. |
Thank you! I look forward to testing out the change! |
This got somehow lost in my local history and didn't get pushed .. restored it now. Please have a look here https://github.com/bitshares/beet-js/blob/develop/examples/bitshares/transfer.html Adding the amount asset and memo through dynamic JavaScript is straightforward, does that help? |
Stefan,
Thanks for the reply. I reviewed the updated transfer html. Maybe it is
straightforward, but I don't see where to update memo information in the
code. I will try to demo within the next few hours and let you know.
Best,
John
…On Tue, Jun 11, 2019 at 4:02 AM Stefan Schießl ***@***.***> wrote:
This got somehow lost in my local history and didn't get pushed ..
restored it now. Please have a look here
https://github.com/bitshares/beet-js/blob/develop/examples/bitshares/transfer.html
Adding the amount asset and memo through dynamic JavaScript is
straightforward, does that help?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=AH6RYBBMZV6A726VWQLSBALPZ5LYDA5CNFSM4HMJEENKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXMJGYY#issuecomment-500732771>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH6RYBFSC35VI7D3VANGNPDPZ5LYDANCNFSM4HMJEENA>
.
--
John R. Conlin
|
Put |
Would you be able to jump on a quick screen share with me? I do not
understand the modification. Is the payload: ?
app.BTS.transfer(
{
to: targetAccount,
amount:
{
satoshis: amountInSatoshi,
asset_id: assetId
}
}
…On Mon, Jun 17, 2019 at 10:58 AM Stefan Schießl ***@***.***> wrote:
Put memo: "bal" in the payload
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=AH6RYBBGDURKNWASFLID5LDP26RBZA5CNFSM4HMJEENKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX3OGYQ#issuecomment-502719330>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH6RYBC3M3WDVRBAELZ2ML3P26RBZANCNFSM4HMJEENA>
.
--
John R. Conlin
|
Sorry for the delay, you can always ping me in such cases
|
FWIW, have a look at https://github.com/beetapp/beet-payments You can generate urls such as : http://paylink.get-beet.io/#10000/bts/clockwork which when visited weill create the relevant TX and pop it up in beet Doesnt support memos right now but could easily be extended to look for a 4th urlencoded memo parameter |
@sschiessl-bcp I would like to allow beet users to pull from a page on my website and generate a transfer operation in beet. The page has a simple paragraph with three variable fields where a user selects from a drop-down menu. These variables are "recipient", "type & amount asset", & "memo content". Could user generate and sign a transfer operation with these variables and inject-raw-tx.html? Thank you.
The text was updated successfully, but these errors were encountered: