-
-
Basically I need a function as the following:
```typescript
export function getBSVAddress(mnemonic: string): { address: string; privateKey: string } {
return { address: 'xxx', privateKey: 'yyy'…
-
Hi - just wondering, but does this wallet support BIP21?
If it does, then would it be based on the legacy address format?
i.e. bitcoin:XXXXXX rather than bitcoincash:qxxxx
Thanks!
-
The following transaction is sent from moneybutton react module.
* txid: d5ea08bccca2f7e778335bc2d3cf49497f984d856493d7036a08fa5f979ba845
* code:
When parsing this tx with bsv module, the output…
-
![image](https://user-images.githubusercontent.com/6898065/52063422-89ca2c00-256a-11e9-8184-1d5526ba26bc.png)
'Against' is misspelled in the 'Bitcoin SV changes' section of README.md; second senten…
-
It seems that the version guard error is quite annoying when requiring multiple modules that depend on bsv.
> More than one instance of bsv found. Please make sure to require bsv and check that submo…
-
At this page: https://github.com/moneybutton/bsv/blob/master/docs/index.md
I'm getting 404 / Page not found errors when I click the majority of the links under "Documentation Index".
I'm especi…
-
is there a way to test moneybutton with testnet ?
-
Multiple calls to `HDPrivateKey()` generate the same key.
OS: macOS Mojave 10.14.6
Browsers: Safari and Brave
Debugging through the browser, the issue appears to be with the Base58 encoding on …
-
In the Money Button Docs there's an example of .toASM https://docs.moneybutton.com/docs/ex-op-return.html
but that is in the context of Money Button, not purely BSV.js.
I don't see anything abo…