modulepackage
0.0.0-20240828020840-0d78749defa5
Repository: https://github.com/aschmahmann/filexp.git
Documentation: pkg.go.dev
# README
filexp
Explore filecoin state
Installation
There are two flavors of filexp that you can install:
- Fully featured, including various commands for interacting with the FVM and FEVM
- A more limited version that handles most commands (currently everything but
fevm-exec
andfevm-daemon
)- This version is the only one that works on Windows
Fully featured
Install Go and run:
git clone https://github.com/aschmahmann/filexp
cd filexp
git submodule update --init
make -C extern/filecoin-ffi
go install -tags fvm
Limited
Install Go and run:
git clone https://github.com/aschmahmann/filexp
cd filexp
go install
Running
Help instructions are in the binary. However, if you're showing up here as someone trying to explore all 1 threshold
multisigs controlled by a single wallet run filexp msig-coins --trust-chainlove f1<the-address>
Contributing
Contributions are welcome!
License
# Functions
No description provided by the author