tao-wallet icon indicating copy to clipboard operation
tao-wallet copied to clipboard

USD wallet for anyone

Results 5 tao-wallet issues
Sort by recently updated
recently updated
newest added

## Notice - [ ] Have you followed the guidelines in our [Contributing]('https://github.com/dannydeezy/tao-wallet/blob/main/CONTRIBUTING.md) guide? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/dannydeezy/tao-wallet/pulls) for the same...

``` await tao.send({ type: 'bolt11', address: invoice }) ``` the type can just be inferred by whatever value is passed for `address`

## Description Changed fetch to axios to provide a better error handling Throws an error containing the lnmarkets backend response within the error message if the backend response is different...

https://github.com/dannydeezy/tao-wallet/blob/main/src/send.ts#L35

Adds conventional commits to the project to keep history nice and clean.