From 9bf2988b063edf2559c0bd9c4754f629c843b007 Mon Sep 17 00:00:00 2001 From: meherett Date: Thu, 3 Sep 2020 13:52:55 +0300 Subject: [PATCH] =?UTF-8?q?Document=20=C2=B7=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 17d9e0b..d0ab70f 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,14 @@ [![Documentation Status](https://readthedocs.org/projects/swap/badge/?version=latest)](https://swap.readthedocs.io/en/latest/?badge=latest) [![Coverage Status](https://coveralls.io/repos/github/meherett/swap/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/meherett/swap?branch=master) -Swap is a python library for cross-chain atomic swap between the networks of two Cryptocurrencies. -Cross-chain atomic swaps are the cheapest and most secure way to swap Cryptocurrencies. +A python library for cross-chain atomic swap between the networks of two cryptocurrencies. +Cross-chain atomic swap are the cheapest and most secure way to swap cryptocurrencies. It’s a brand new decentralized payment environment based on Hash Time Lock Contracts (HTLCs) protocol. +[Documentation](https://swap.readthedocs.io) ## Available Cryptocurrencies -Swap has the following available [Cryptocurrencies](https://github.com/meherett/swap/blob/master/cryptocurrencies) to swap: +Swap has the following available [cryptocurrencies](https://github.com/meherett/swap/blob/master/cryptocurrencies) to swap: | Cryptocurrencies | Mainnet | Testnet | Solonet | | ------------------------------------------------------- | :-----: | :-----: | :-----: | @@ -41,12 +42,10 @@ directly from your wallet with a counterparty of your choice. Only the parties i details of the trade. - **Trading across multiple Cryptocurrencies** · HTLC makes Cross-chain transactions easier and more -secure than ever. Cross chain transactions are the next step in the evolution of Cryptocurrency +secure than ever. Cross chain transactions are the next step in the evolution of cryptocurrency adoption. The easier it becomes to unite the hundreds of blockchain's that currently exist in silos, the faster the technology as a whole can begin to scale and achieve mass adoption. -[Documentation](https://swap.readthedocs.io) - ## Installation PIP to install **swap** globally. For Linux `sudo` may be required.