Zeroichi Arakawa
Zeroichi Arakawa
Hi 1. Team: https://www.hackerearth.com/challenges/hackathon/flip-fest/dashboard/c511683/team/ 2. @avcdsld (There are three of us on the team, but I'm the only one participating in this issue.) 3. plan time: 2021-09-26
Hi @sideninja I have created a PR for this issue, can you please check it? Please let me know if any corrections need to be made. I am glad to...
@gregsantos Hi. I'm interested in this issue and also want this feature myself. Is there a specification written somewhere that calculates the txId from the voucher or the information contained...
@gregsantos Thanks for the info! I'm checking the code now and trying to figure out where to change it. (And if this is implementable for me) I found that the...
As I looked at the code, I realized that the information needed to calculate the txId, such as signature, is not revealed after `build`, but after `resolve`. My understanding is...
1. Team: https://www.hackerearth.com/challenges/hackathon/flip-fest/dashboard/c511683/team/ 2. @avcdsld (There are three of us on the team, but I'm the only one working on this issue.) 3. plan time: 2021-10-10 (PR creation)
@gregsantos It looks like fcl-js already includes the function to encode transactions. https://github.com/onflow/fcl-js/blob/79a76c/packages/sdk/src/encode/encode.js However, the result is different from the result of flow-go-sdk. Why is this? (For example, with or...
Thank you. Very useful advice! 😆
Hi @bebner , I'm interested in CryptoDappy's i18n, and can translate it into Japanese. Question: Is it not enough to prepare the translation result for a specific language to be...
The solution is simple, but I struggled until I found it. I hope this information can be helpful to someone. Before: ```ts import { bundlrStorage } from "@metaplex-foundation/js"; ``` After:...