Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fly33499 authored Oct 15, 2021
1 parent 25f38e8 commit 43f724b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# firma-js
Javascript SDK for FirmaChain

[![npm version](https://badge.fury.io/js/%40firmachain%2Ffirma-js.svg)](https://badge.fury.io/js/%40firmachain%2Ffirma-js)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/firmachain/firma-js)](https://github.com/firmachain/firma-js/releases)
[![license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/firmachain/firma-js/blob/master/LICENSE)
![Lines of code](https://img.shields.io/tokei/lines/github/firmachain/firma-js)

Javascript SDK for FirmaChain


## Install
You can install `firma-js` using [NPM](https://www.npmjs.com/package/@firmachain/firma-js)
Expand Down Expand Up @@ -146,9 +151,3 @@ firma.createAndSign(wallet, msg).then((signedTx) => {
}).catch(console.error);

```
## License
MIT
[See LICENSE](https://github.com/FirmaChain/firma-js/blob/main/LICENSE)

0 comments on commit 43f724b

Please sign in to comment.