Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.57 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.57 KB

backertrack

MIT Lines of Code Join us on Discord

This utility helps managing the treasury paperwork of the Amethyst Foundation.
Currently, its only purpose is to keep a ledger of all transactions and automate the processing of donations.
It can also output documents required by tax authorities.

NOTE: The command line graphical interface only works on Linux and macOS for now.
You can still use the traditional command line on Windows.

Installation

As it is tailored to the specific needs of the Amethyst Foundation, backertrack is not available for download from cargo. Therefore, you will have to build it yourself, which is fortunately very easy with cargo.

$ git clone https://github.com/Moxinilian/backertrack.git
$ cd backertrack
$ cargo build --release
$ ./target/release/backertrack [commands]

You can also grab the output executable in your target/release folder.

Alternatively, you can use backertrack directly with cargo run:

$ git clone https://github.com/Moxinilian/backertrack.git
$ cd backertrack
$ cargo run --release -- [commands]

Usage

backertrack can be used from the command line. To consult the documentation, run:

$ backertrack --help

You can also use the command line UI by running:

$ backertrack -l path/to/ledger/file.json