This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Mosh edited this page May 4, 2020
·
1 revision
This page lists resources, tooling, and other community projects to aid in installing, using & building on Filecoin.
Resources for setting up Filecoin and connecting to a network.
- lotus chain snapshots from Textile - for faster node syncing
-
Multi-node hosting
-
Devnets
- https://github.com/textileio/lotus-devnet (with a mocked sectorbuilder)
- https://github.com/filecoin-project/lotus/pull/1543
- Starling CLI - a user-friendly command-line client in Node.js. Designed for digital preservation storage, with REST API.
- Web client (to come)
Tools and resources to check status & details for the network & chain.
- Testnet Stats Dashboard - uses Grafana + InfluxDB
- lotus-chainwatch - Postgres database of chain data
- js-lotus-client - current WIP
- js-filecoin-api-client - API client for go-filecoin (compatible with 0.5.7; updates to come)
- JSON RPC Engine | Responses sample - a convenience library for interacting with the lotus implementation's JSONRPC API.
- powergate - helper tools for checking miner reputation, making and watching deals, and more
- Starling REST API - RESTful API that simplifies storing data
- Hactar - analytics for your Filecoin miner node
Tools for sending and receiving FIL tokens.
- Ledger integration library - for developers of wallets or applications wishing to integrate with the Ledger hardware device
- Glif web wallet (in progress) - web wallet built with Next.js that supports sending & receiving FIL from a Ledger device
- Mobile wallets (to come)
- Filecoin Signing Tools (in progress) - a Rust/WASM/JSONRPC service for sending signed messages to the network