Skip to content
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

libdogecoin integration #40

Open
alexanvl opened this issue Jan 31, 2023 · 1 comment
Open

libdogecoin integration #40

alexanvl opened this issue Jan 31, 2023 · 1 comment

Comments

@alexanvl
Copy link
Contributor

Several issues preventing us from using libdogecoin via the JavaScript wrapper:

  1. Primarily, unable to bundle the exported wasm file via rollupjs. I've attempted several work-arounds without luck.
  2. Loading the wasm requires an async call to start the wasm runtime. This pattern doesn't fit in all the sync places we need to use the lib.
  3. Specific interfaces for transaction building finalizeTransaction and getRawTransaction are tricky when handling edge-cases such as "sweep address" and "change amount less than minimum output amount".
  4. BIP 39 support.
@alexanvl
Copy link
Contributor Author

Please see PR #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant