An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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!