This page provides an overview of the services and infrastructure provided by ChainSafe across the Filecoin ecosystem.
Forest Node​
Filecoin full node written in Rust aiming to provide a stable and performant implementation of the Filecoin protocol.
Forest repositories
Actively-maintained repositories that are part of the Forest project are:
- forest - the central repository containing Forest node implementation, relevant tests and documentation.
- forest-iac - Infrastructure as Code for deploying Forest nodes, mirroring important Filecoin assets and other services supporting Forest development.
- fil-actor-states - state-only version of the Filecoin actors, following semver versioning and providing a stable interface for Forest and other Filecoin implementations.
Forest Explorer Faucet​
Forest Explorer Faucet is a serverless application that allows users to request FIL on both mainnet and calibnet. The faucet is available at forest-explorer.chainsafe.dev/faucet. The code is open source and available at github.com/ChainSafe/forest-explorer.
Bootstrap Nodes​
Bootstrap nodes are essential for new peers joining the network. They provide a list of known peers to connect to, allowing the new peer to join the network quickly. ChainSafe provides the several bootstrap nodes (both Forest and Lotus-based) on Filecoin networks.
ChainSafe also operates an archival bootstrap node which maintains a full set of historical state to serve to the network. This is currently available for calibnet only.
Calibnet bootstrap nodes
/dns/bootstrap-calibnet-0.chainsafe-fil.io/tcp/34000/p2p/12D3KooWABQ5gTDHPWyvhJM7jPhtNwNJruzTEo32Lo4gcS5ABAMm
/dns/bootstrap-calibnet-1.chainsafe-fil.io/tcp/34000/p2p/12D3KooWS3ZRhMYL67b4bD5XQ6fcpTyVQXnDe8H89LvwrDqaSbiT
/dns/bootstrap-calibnet-2.chainsafe-fil.io/tcp/34000/p2p/12D3KooWEiBN8jBX8EBoM3M47pVRLRWV812gDRUJhMxgyVkUoR48
/dns/bootstrap-archive-calibnet-0.chainsafe-fil.io/tcp/1347/p2p/12D3KooWLcRpEfmUq1fC8vfcLnKc1s161C92rUewEze3ALqCd9yJ
Mainnet bootstrap nodes
/dns/bootstrap-mainnet-0.chainsafe-fil.io/tcp/34000/p2p/12D3KooWKKkCZbcigsWTEu1cgNetNbZJqeNtysRtFpq7DTqw3eqH
/dns/bootstrap-mainnet-1.chainsafe-fil.io/tcp/34000/p2p/12D3KooWGnkd9GQKo3apkShQDaq1d6cKJJmsVe6KiQkacUk1T8oZ
/dns/bootstrap-mainnet-2.chainsafe-fil.io/tcp/34000/p2p/12D3KooWHQRSDFv4FvAjtU32shQ7znz7oRbLBryXzZ9NMK2feyyH
Mainnet bootstrap nodes' status can be checked at probelab.io/bootstrappers/filecoin.
Latest Filecoin Snapshots​
The latest snapshots are required for new nodes to sync with the network. The snapshots are updated hourly and are available for both mainnet and calibnet.
Filecoin Archive​
Filecoin Archive is a collection of Filecoin snapshots aiming to provide a historical record of the Filecoin network. The archive is available at forest-archive.chainsafe.dev.
Calibnet FIL and Datacap Faucet​
Lotus Fountain-based faucet for calibnet FIL and datacap. The faucet is available at faucet.calibnet.chainsafe-fil.io.
Storage​
The S3-compatible IPFS/Filecoin gateway is available at storage.chainsafe.io.
You can check the status of many ChainSafe services at status.chainsafe.dev.
Questions? Issues? Feedback? Connect with the Forest team.
We are also active on the following channels on the Filecoin Slack. Reach out to us for any questions or issues:
#fil-net-calibration-discuss
for calibnet-related issues.#fil-forest-help
for Forest-related issues.#fil-implementers
for general Filecoin implementation questions.#fil-infra
for Filecoin infrastructure questions.