WIP add enviornment support

This commit is contained in:
lash
2022-02-22 14:47:06 +00:00
parent 79a1123dc8
commit d3f2b1f1fa
9 changed files with 37 additions and 4 deletions

1
man/gas.env.overrides Normal file
View File

@@ -0,0 +1 @@
WALLET_KEY_FILE foobar baz

9
man/gas.head.groff Normal file
View File

@@ -0,0 +1,9 @@
.TH eth-gas 1
.SH NAME
eth-gas - Create EVM gas token transaction
.SH SYNOPSIS
\fBeth-gas\fP -a RECIPIENT -y KEYFILE [ --fee-price PRICE ] [ --fee-limit LIMIT ] [ --nonce NONCE ] [ -s ] [ -u ] AMOUNT
.SH DESCRIPTION
\fBeth-gas\fP generates serialized gas token transactions.
.SS OPTIONS

1
man/gas.overrides Normal file
View File

@@ -0,0 +1 @@
a Beneficiary of the gas token transaction.