-
Notifications
You must be signed in to change notification settings - Fork 52
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
SLP templates using libauth #68
Comments
An update to our release candidate libauth template Thanks in advance |
Hey @mainnet-pat, thanks for opening an issue, and sorry to keep you waiting. That usage looks great, and I'm impressed you made it so far with just the tsdocs! These are all very new ideas and APIs (feedback appreciated!) so there's not really a "right way" to do anything yet (I regularly discover new tricks myself). I'll try to offer some tips though:
|
Thanks a lot Jason. |
Hi, @bitauth, thank you for your nice library.
I am trying to generate the SLP's OP_RETURN scripts using the libauth and would like to ask you for your feedback.
I've taken the USDT example from the SLP spec and was successful to reproduce the Genesis transaction.
The resulting script look's like this and its bytecode generation like this
Am i doing it the right way?
I am not really satisfied that I need to use the vm evaluations like
$(<0x01 decimals>)
and manually fiddle with endianness and the need to introduce the newbigIntToBinUint64BE
method.Thanks for your feedback in advance,
pat.
The text was updated successfully, but these errors were encountered: