Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Booyoun-Kim committed Jul 7, 2021
1 parent ca760c8 commit 294a2b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A JavasSript Open Source Library for [Cosmos Network](https://cosmos.network/),

This library supports cosmos address generation and verification. It enables you to create an offline signature functions of different types of transaction messages. It will eventually support all the other blockchains that are based on Tendermint in the future.

> :warning: If you need for amino signing, download a version under v0.9.6
> :warning: If you need for classic version for amino signing, download a version under v0.9.7
[![License](https://img.shields.io/npm/l/@cosmostation/cosmosjs.svg)](https://www.npmjs.com/package/@cosmostation/cosmosjs)
[![Latest Stable Version](https://img.shields.io/npm/v/@cosmostation/cosmosjs.svg)](https://www.npmjs.com/package/@cosmostation/cosmosjs)
Expand All @@ -38,15 +38,17 @@ yarn add @cosmostation/cosmosjs
```

### NPM (Amino)
- https://github.com/cosmostation/cosmosjs/tree/classic

```bash
npm install @cosmostation/cosmosjs@0.9.5
npm install @cosmostation/cosmosjs@0.9.7
```

### Yarn (Amino)
- https://github.com/cosmostation/cosmosjs/tree/classic

```bash
yarn add @cosmostation/cosmosjs@0.9.5
yarn add @cosmostation/cosmosjs@0.9.7
```

## Import
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmostation/cosmosjs",
"version": "0.10.5",
"version": "0.10.6",
"description": "A JavasSript Open Source Library for Cosmos(ATOM).",
"main": "src/index.js",
"type": "module",
Expand All @@ -15,16 +15,12 @@
"atom",
"cosmostation",
"iris",
"kava",
"band",
"iov",
"starname",
"secret",
"scrt",
"akash",
"akt",
"certik",
"ctk",
"stargate",
"cryptoorg"
],
Expand Down

0 comments on commit 294a2b0

Please sign in to comment.