From 43d0adcfffe0aba635a5ace9509629d681be09d8 Mon Sep 17 00:00:00 2001 From: Haifeng Xi Date: Wed, 15 Jan 2020 18:13:43 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd77561..eac6a39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # irisnet-crypto -JavaScript crypto library supporting IRISnet/cosmos light client. +JavaScript library for IRIS Hub and Cosmos Hub. It mainly provides account generation, transaction construction and offline signing functions of [irisnet](./docs/IRIS.md) and [cosmos](./docs/ATOM.md) You can install this library in the following ways ```bash npm install git+https://github.com/irisnet/irisnet-crypto.git