From 933094420225771bec2d2b8e75b73113b2cdf3fe Mon Sep 17 00:00:00 2001 From: Alexandru Ciuca Date: Wed, 18 Dec 2019 09:31:11 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index df67a6de..ac32b0d4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ No need for servers, hosting or trusting any third parties to display chain data > Please report any bugs using Github's [issues](https://github.com/Alethio/ethereum-lite-explorer/issues/) ## Contents + + +- [Contents](#contents) - [Technical Details](#technical-details) - [Project structure](#project-structure) - [Getting started](#getting-started) @@ -19,6 +22,8 @@ No need for servers, hosting or trusting any third parties to display chain data - [Configuration](#configuration) - [Running in Docker](#running-in-docker) - [Building from source](#building-from-source) + - [Deploying the built assets to production](#deploying-the-built-assets-to-production) + - [Custom build arguments](#custom-build-arguments) - [Example setups](#example-setups) - [With Memento](#with-memento) - [With Infura](#with-infura) @@ -33,6 +38,9 @@ No need for servers, hosting or trusting any third parties to display chain data - [Link to a custom deployment of EthStats](#link-to-a-custom-deployment-of-ethstats) - [Use a custom ETH currency symbol](#use-a-custom-eth-currency-symbol) - [Show the transactions per account in account page](#show-the-transactions-per-account-in-account-page) + - [Override specific text strings (translations)](#override-specific-text-strings-translations) + + - [Contributing](CONTRIBUTING.md) - [License](LICENSE.md)