https://github.com/exonum/anchoring-client-example
Example application for exonum-client-anchoring
https://github.com/exonum/anchoring-client-example
anchoring blockchain example exonum
Last synced: 6 months ago
JSON representation
Example application for exonum-client-anchoring
- Host: GitHub
- URL: https://github.com/exonum/anchoring-client-example
- Owner: exonum
- License: apache-2.0
- Created: 2018-09-06T09:25:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T11:24:33.000Z (over 7 years ago)
- Last Synced: 2025-01-08T10:39:32.020Z (about 1 year ago)
- Topics: anchoring, blockchain, example, exonum
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exonum Anchoring Client Example
[![js-standard-style][codestyle-image]][codestyle-url]
[![License][license-image]][license-url]
[codestyle-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[codestyle-url]: http://standardjs.com
[license-image]: https://img.shields.io/github/license/exonum/exonum-client.svg?style=flat-square
[license-url]: https://opensource.org/licenses/Apache-2.0
Example application for [exonum-client-anchoring](https://github.com/exonum/exonum-client-anchoring).

This example demonstrate initialization and basic usage.
* [Initialization](https://github.com/exonum/anchoring-client-example/blob/master/src/sagas/initializeCheck.saga.js#L33)
* [Event handling](https://github.com/exonum/anchoring-client-example/blob/master/src/sagas/exonumAnchoring.saga.js)
* [Transaction Status](https://github.com/exonum/anchoring-client-example/blob/master/src/sagas/txStatus.saga.js)
* [Block Status](https://github.com/exonum/anchoring-client-example/blob/master/src/sagas/blockStatus.saga.js)
## How to run
First, install dependencies:
```sh
npm i
```
Then, start application:
```sh
npm run start
```
## LICENSE
Exonum Anchoring Client Example is licensed under the Apache License (Version 2.0).
See [LICENSE](https://github.com/exonum/blockchain-explorer/blob/master/LICENSE) for details.