Skip to content

aschmahmann/filexp

Folders and files

NameName
Last commit message
Last commit date
Mar 26, 2025
Mar 26, 2025
Jan 3, 2024
Nov 4, 2024
Jan 16, 2023
Jun 21, 2024
Mar 20, 2025
Mar 26, 2025
Nov 6, 2024
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 17, 2025
Mar 17, 2025
Mar 20, 2025

Repository files navigation

filexp

Explore filecoin state

Installation

There are two flavors of filexp that you can install:

  1. Fully featured, including various commands for interacting with the FVM and FEVM
  2. A more limited version that handles most commands (currently everything but fevm-exec and fevm-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

SPDX-License-Identifier: Apache-2.0 OR MIT