-
Notifications
You must be signed in to change notification settings - Fork 0
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
recipient cmd #3
Comments
Hey @gedw99 , sorry for the slow response – simply have not picked this project up in months. Recipient creation would be quite complex from the CLI as it's quite important to handle field validation (e.g. length of account number varies by currency). There is a specific Account Requirements API to help with this, but it works best with a form UI where you can validate inputs live. Not impossible via CLI just high effort. So that I understand why this would be useful to you, is it:
Thanks again for your interest in this project 😊 |
Hey Mhh multiple choice :) mostky for 2. I need an api that I can wrap and then use with gui and cli. The cli btw can use a prompt golang pkg if you feel like it . There are some good ones around for go |
I have used this and it’s pretty popular |
hey @jtrotsky I can imagine how busy you are. Did you have anything you needed to discuss. If you get the recipient API done i can quickly build a golang gui to allow a human to pick the currency, and any other workflows. A CLi can also use the same API. It also maybe that we need a domain level API that wraps the individual packages. Is there any async flows between any packages, in that when a mutations occurs in one package, we need to call out to a different package. Basically what some cal business transactions. |
Thanks @gedw99 , nothing more needed to discuss just now. Makes sense if you've got plans for a GUI 👍🏻 |
Ok thanks will build the gui and send you the link |
Hey
It would be fantastic if recipient cmd worked.
Being able to automate payments to people is really useful for me.
The text was updated successfully, but these errors were encountered: