Skip to content

Commit

Permalink
Merge pull request #49 from boguslavsky/release-updates
Browse files Browse the repository at this point in the history
Pre-release updates
  • Loading branch information
boguslavsky authored Jul 17, 2017
2 parents fea9d7c + 548915e commit 15c0924
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Client for Exonum blockchain platform
# Light Client for Exonum Blockchain

[![Build status][travis-image]][travis-url]
[![License][license-image]][license-url]

[travis-image]: https://img.shields.io/travis/exonum/exonum-client.svg?style=flat-square
[travis-url]: https://travis-ci.com/exonum/exonum-client
[travis-image]: https://img.shields.io/travis/exonum/exonum-client/master.svg
[travis-url]: https://travis-ci.org/exonum/exonum-client
[license-image]: https://img.shields.io/github/license/exonum/exonum-client.svg?style=flat-square
[license-url]: https://opensource.org/licenses/Apache-2.0

*Tested with Exonum core revision [b67e4414d7b0f851e272b6893f7d7d674891bc96](https://github.com/exonum/exonum-core/commit/b9dad252448f7bd52ec9b010fe32ef9913ce78c4).*
*Compatible with Exonum [v0.1](https://github.com/exonum/exonum/releases/tag/v0.1).*

exonum-client is a JavaScript toolkit to work with Exonum blockchain from browser and Node.js.
A detailed description of what it is and how it can be used can be found in [Exonum blockchain documentation](http://exonum.com/doc/architecture/clients).
Expand Down
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@exonum/exonum-client",
"name": "exonum-client",
"version": "0.1.0",
"description": "Client for Exonum blockchain platform",
"description": "Light Client for Exonum Blockchain",
"main": "./lib/index.js",
"engines": {
"node": ">=4"
Expand Down Expand Up @@ -42,10 +42,20 @@
"type": "git",
"url": "https://github.com/exonum/exonum-client.git"
},
"author": "BitFury Group Limited",
"author": "Exonum Team <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/exonum/exonum-client/issues"
},
"homepage": "https://github.com/exonum/exonum-client#readme"
"homepage": "https://github.com/exonum/exonum-client#readme",
"keywords": [
"exonum",
"blockchain",
"transactions",
"cryptography",
"ed25519",
"nacl",
"sha256",
"merkle tree"
]
}

0 comments on commit 15c0924

Please sign in to comment.