A curated list of useful resources for Filecoin
- Documentation
- Nodes
- Libraries and tools
- Filecoin explorers
- Wallets
- Resources
- Filecoin Virtual Machine
- FIPs - Filecoin Improvement Proposals
- Filecoin Spec - Filecoin specificaiton
- Filecoin website - Official Filecoin website
- Filecoin intro - Official Filecoin intro
- Networks - Available Filecoin networks
- Lotus website - Lotus node website, tutorials, knowledge base
- Network Upgrades - Network upgrades (FIPs included, bugfixes, improvements)
- 🌲Forest - Implementation of the Filecoin protocol, written in Rust
- 🪷 Lotus - Reference implementation of the Filecoin protocol, written in Go
- Venus - Implementation of the Filecoin protocol, written in Go
- Filecoin status - Filecoin (mainnet, calibnet, butterfly-snapnet) status page
- built-in actors - On-chain built-in actors code
- FilSnap - MetaMask snap for interacting with Filecoin dapps
- Lily - A wrapped Lotus node designed specifically for indexing the Filecoin blockchain.
- Lotus Docker images
- Filecoin Foundation YouTube channel - Talks from Filecoin conferences/events
- Filecoin Project YouTube channel - Talks/recordings from the Filecoin ecosystem
- How Filecoin Actors Work - Deep dive into the actors by zenground0
- The EVM-compatibility of FVM aka FEVM
- Launchpad Curriculum - PL Launchpad bootcamp resources
- FEVM Hardhat Kit - A starter hardhat project for developing, deploying, and testing Solidity actors on the FEVM
- Adding FVM Wallaby to Metamask
- Quickstart with Remix - Tutorial on deploying your first FEVM actor.
- ref-fvm - Reference Filecoin VM implementation
- fvm-rs-sdk - FVM Rust SDK for building actors
- FVM AssemblyScript SDK
- Filecoin.sol - Solidity library for FEVM development to call methods on system/built-in actors on Filecoin.
- Starboard - contract explorer
- FEVM Foundry kit Deploy FEVM actors using Foundry framework. Works with Filecoin.sol