Skip to content

Commit fc76a55

Browse files
committed
chore: update Forest entry
1 parent 170625e commit fc76a55

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

content/implementations/forest.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@ implRepos:
1010

1111
# Forest
1212

13-
Forest is an implementation of Filecoin written in Rust. The implementation will take a modular approach to building a full Filecoin node in two parts — (i) building Filecoin’s security critical systems in Rust from the Filecoin Protocol Specification, specifically the virtual machine, blockchain, and node system, and (ii) integrating functional components for storage mining and storage & retrieval markets to compose a fully functional Filecoin node implementation.
13+
Forest is an implementation of Filecoin written in Rust. It focuses on performance and low resource usage. It is compatible with most of the JSON-RPC API exposed by Lotus, making it easy to use with existing tools and libraries.
1414

15-
You can find the Forest codebase [here](https://github.com/ChainSafe/forest) and the documentation site [here](https://chainsafe.github.io/forest/).
15+
Forest does not support all features of the reference implementation but is a good fit for specific applications, such as:
16+
- generating Filecoin snapshots,
17+
- running a bootstrap node,
18+
- running an RPC node.
1619

17-
The Forest implementation of Filecoin is supported by [ChainSafe](https://chainsafe.io/).
20+
Forest does not support mining.
21+
22+
Links:
23+
- [Source code](https://github.com/ChainSafe/forest)
24+
- [Documentation](https://docs.forest.chainsafe.io/)
25+
- [Website](https://forest.chainsafe.io/)
26+
27+
The Forest implementation of Filecoin is maintained by [ChainSafe](https://chainsafe.io/).

0 commit comments

Comments
 (0)