fractional-rs
CLI & Utilities for fractional.art
CLI Usage
The CLI uses Flashbots' relay to submit the transactions. No bribe is required as you pay via the fee. It also supports Fireblocks API (requires vaults with the RAW feature on).
$ target/debug/fractional -h
fractional 0.1.0
USAGE:
fractional [OPTIONS] --eth.url
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--fireblocks.key Your fireblocks API key [env: FIREBLOCKS_API_KEY=]
--flashbots.bribe The amount to be sent to the miner
--flashbots.bribe_receiver
The address that will receive the bribe. Ideally it should be a smart contract with a block.coinbase
transfer
--eth.hd_index your index in the standard hd path [default: 0]
--eth.mnemonic Path to your mnemonic file
--eth.private_key Your private key string
--fireblocks.secret
Path to your fireblocks.key file generated during api account creation [env: FIREBLOCKS_API_SECRET_PATH=]
-u, --eth.url The tracing / archival node's URL
--fireblocks.vault
The fireblocks vault which will be used for authorizing transactions [env: FIREBLOCKS_VAULT=]
ARGS:
the fractional vault you're calling
your bid (in wei)