2个版本
0.1.4 | 2019年12月16日 |
---|---|
0.1.1 | 2019年12月16日 |
#39 in #会计
18KB
181 行
PegTX
PegTX是与pegnet一起使用的会计和监控工具。给定一个地址,它将生成一个可以导入到常用电子表格和会计软件的csv报告。默认情况下,它将搜索该特定地址的所有操作,包括交易、转换和销毁。这些可以单独搜索或以任何组合方式搜索。
安装
预编译的二进制文件可以在版本页面找到。
Cargo
cargo install pegtx
从源代码构建
git clone
cargo build --release
用法
可以使用pegtx -h
查找可用命令
pegtx 0.1.0
An accounting tool for use with pegnet
USAGE:
pegtx.exe [FLAGS] [OPTIONS] <address>
FLAGS:
-b, --burn The list of transactions will include transfers
-c, --conversion The list of transactions will include conversions
-d, --descending Retrieve newest transactions first
-h, --help Prints help information
-m, --mining The list of transactions will include miner payouts
-t, --transfer The list of transactions will include transfers
-V, --version Prints version information
OPTIONS:
-n, --node <node> Sets a custom pegnetd node rather than using the public node
-o, --output <output> Specify output file, defaults to <ADDRESS>.csv
ARGS:
<address> FCT address
贡献
欢迎PR。Fork库并将其提交到dev分支。通过贡献,您同意以Apache 2.0许可证许可
捐赠
FCT: FA2dJL4qbQimfkXjP7jREdm48AjPzdS8rcosfJisG2L465bs1ean
BTC: 3QP7yv9GSaY9sqbhBatbPrwkoQ4nfudvjP
依赖项
~12–24MB
~353K SLoC