Skip to content

B3nac/coffeecrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coffeecrab

Cardano utility to create accounts and send people you appreciate coffee via CLI.

Features
  • 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.
How it works

Generate an account -> fund that account (just needs to be enough for one coffee) -> Use the sendcoffee command.

Commands

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.

Generating accounts

briefcase dev -- create-account test 1

Sending coffee

briefcase dev -- send-coffee thecardanoaddressbeingsentcoffee "Sup" test

Future goals

  • Ways to share sent coffee to show appreciation.
  • Resolve Ada handles.
  • Make a coffeecrab contract.
  • Add more test utility.
  • Make it cross-platform.

Built with

PyCardano

Charli3 ADA/USD price feed

Blockfrost

Argon2

About

Cardano utility to create accounts and send people you appreciate coffee via CLI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages