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

[Dev] Unable to debug app without "minibits service" #109

Open
djpnewton opened this issue Sep 26, 2024 · 2 comments
Open

[Dev] Unable to debug app without "minibits service" #109

djpnewton opened this issue Sep 26, 2024 · 2 comments

Comments

@djpnewton
Copy link

the development instructions say to set the environment values:

MINIBITS_SERVER_API_KEY='mockkey'
MINIBITS_SERVER_API_HOST='http://localhost/api' 

but it is not possible to run the app without a running minibits service

@minibits-cash
Copy link
Owner

Hi, minibits server provides support for mimibits.cash lnurl addresses, nostr identities, nwc and zaps processing.

All those features are optional and normal ecash transactions should not depend on them. Minibits supports as well providing external nostr identity - if so, it than turns off support for lightning address etc depending on server.

For dev environment it should be ok to create a mock server returning the POST /profile response, may be few more, most of the others api calls should not block ecash use cases.

Will be happy to hear what your goals are, we can discuss deeper any area you might think of to work on.

@djpnewton
Copy link
Author

I was thinking about adding a nickname to the private contacts. But now I see that the "private note" field acts like a nickname.

Well perhaps there are still some improvements to be made:

  • the private note field is saved when it loses focus (there is an explicit save button so that behavior was surprising to me)
  • the private note / nickname is shown in the contacts list but not when viewing a transaction to/from that contact (it might be difficult to fit the info in but it would be nice to see the nickname of the sender instead of just a randomly generated email

@minibits-cash minibits-cash changed the title unable to debug app without "minibits service" [Dev] Unable to debug app without "minibits service" Oct 28, 2024
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

2 participants