Explore filecoin state
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
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
Install Go and run:
git clone https://github.com/aschmahmann/filexp
cd filexp
go install
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>
Contributions are welcome!