https://github.com/ethereum/trin
An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage
https://github.com/ethereum/trin
Last synced: 3 days ago
JSON representation
An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage
- Host: GitHub
- URL: https://github.com/ethereum/trin
- Owner: ethereum
- License: mit
- Created: 2021-02-12T23:50:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T12:03:19.000Z (4 days ago)
- Last Synced: 2025-04-11T23:55:50.841Z (3 days ago)
- Language: Rust
- Homepage:
- Size: 84.5 MB
- Stars: 415
- Watchers: 18
- Forks: 143
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ethereum-rust - Trin
- best-of-crypto - GitHub - 19% open · ⏱️ 04.06.2024): (Smart Contract Platforms)
README
# Trin
Trin is a Rust implementation of a [Portal Network](https://github.com/ethereum/portal-network-specs) client.
## How to use Trin
Check out the [Trin book](https://ethereum.github.io/trin) to quickly get up and running with Trin.
> **NOTE**: This project uses [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). If you just cloned the project, be sure to run: `git submodule update --init`. See our dedicated [page](https://ethereum.github.io/trin/developers/contributing/git/submodules.html) for more info.
## Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
guidelines for contributing in the [Trin book](https://ethereum.github.io/trin),
then check out issues that are labeled
[Good First Issue](https://github.com/ethereum/trin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).Join our [Discord](https://discord.gg/JrwTY7FEf4) to participate in the conversation!