diff --git a/README.adoc b/README.adoc index 6b7eb86a..2c9cd680 100644 --- a/README.adoc +++ b/README.adoc @@ -10,7 +10,10 @@ image:https://img.shields.io/docker/pulls/emeraldpay/dshackle?style=flat-square[ image:https://img.shields.io/github/license/emeraldpay/dshackle.svg?style=flat-square&maxAge=2592000["License",link="https://github.com/emeraldpay/dshackle/blob/master/LICENSE"] image:https://badges.gitter.im/emeraldpay/community.svg[link="https://gitter.im/emeraldpay/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"] -_Dshackle is an L7 Blockchain API Load Balancer._ It provides a high level aggregated API on top of several underlying upstreams. +[.lead] +_Emerald Dshackle is a Fault Tolerant Load Balancer for Blockchain API._ + +Dshackle provides a high level aggregated API on top of several underlying upstreams. I.e. on top of blockchain nodes such as Bitcoind, Geth, Parity, or providers like Infura, and so on. It automatically verifies their availability and the current status of the network, executes commands making sure that the response is consistent and/or data successfully broadcasted to the network. diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt index a52dbfaa..4311b786 100644 --- a/src/main/resources/banner.txt +++ b/src/main/resources/banner.txt @@ -4,6 +4,6 @@ / _ \ '_ ` _ \ / _ \ '__/ _` | |/ _` | / / _` / __| '_ \ / _` |/ __| |/ / |/ _ \ | __/ | | | | | __/ | | (_| | | (_| |/ / (_| \__ \ | | | (_| | (__| <| | __/ \___|_| |_| |_|\___|_| \__,_|_|\__,_/_/ \__,_|___/_| |_|\__,_|\___|_|\_\_|\___| - Emerald Dshackle - Smart Load Balancer for Blockchain API + Emerald Dshackle - Fault Tolerant Load Balancer for Blockchain API https://github.com/emeraldpay/dshackle v${version.app} built from ${version.commit} on ${version.date}