Skip to content

ChainSafe/forest-explorer

Repository files navigation

Forest Explorer

Forest Explorer is a server-less inspector of the Filecoin blockchain.

Implementation

Rust+Leptos application which is compiled to a server WASM module and a client WASM module. The server module is hosted by CloudFlare. It pre-renders a HTML response and hydrates it (ie. add reactivity) via the client WASM module.

Anything pushed to main will automatically be deployed at https://forest-explorer.chainsafe.dev.

Running npx wrangler@latest dev will spawn a local copy of the explorer.