Skip to content

Tooling

Joshua Thijssen edited this page Aug 9, 2020 · 2 revisions

BitMaelum should be easy to use for tooling. This means we can use bitmaelum for things like quickly sending messages etc.

For this we need a simple bm-tool which is a stripped down version of bm-client. It consists of a simple private key, from address and that should be it.

Private key could be stored as env setting:

./bm-tool --privkey <key> --from <addr> --to <...> --block <block> --attachment <...>

maybe we can even do things like templating?

Clone this wiki locally