Cardano utility to create accounts and send people you appreciate coffee via CLI.
- Generate bulk test addresses.
- Send the value of one coffee to someone with a message.
- All account data is stored encrypted in sqlite and decrypted when in use with a passphrase.
Generate an account -> fund that account (just needs to be enough for one coffee) -> Use the sendcoffee command.
Currently there's two main commands one to generate a test sqlite database of accounts and another to send coffee.
I'm using briefcase to test and build coffeecrab binaries. Easiest ways to run coffeecrab are with briefcase or building from project source for your platform via briefcase build and run the binary.
briefcase dev -- create-account test 1
briefcase dev -- send-coffee thecardanoaddressbeingsentcoffee "Sup" test
- Ways to share sent coffee to show appreciation.
- Resolve Ada handles.
- Make a coffeecrab contract.
- Add more test utility.
- Make it cross-platform.