# exonum-js-explorer **Repository Path**: bison-fork/exonum-js-explorer ## Basic Information - **Project Name**: exonum-js-explorer - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-18 - **Last Updated**: 2021-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Exonum Explorer [LICENSE]: https://github.com/exonum/exonum-js-explorer/blob/master/LICENSE [EXONUM-EXPLORER]: https://github.com/exonum/exonum-js-explorer/blob/master/exonum-explorer [REACT]: https://github.com/exonum/exonum-js-explorer/blob/master/exonum-explorer-react [EXAMPLE]: https://github.com/exonum/exonum-js-explorer/blob/master/exonum-explorer-example [SIZE-IMG]: https://img.shields.io/bundlephobia/minzip/exonum-explorer [SIZE-LINK]: https://bundlephobia.com/result?p=exonum-explorer [LICENSE-IMG]:https://img.shields.io/npm/l/exonum-explorer [![Size][SIZE-IMG]][SIZE-LINK] [![License][LICENSE-IMG]][LICENSE] Tiny library for providing full Exonum Explorer API support. ### Installation ``` npm i exonum-explorer ``` Compatibility with Exonum core: | Exonum Explorer | Exonum core | |---|---| | 0.0.2 | 0.12.* | | 0.0.2 | 0.11.* | For versions lower than 0.11.* use [previous version](https://github.com/exonum/blockchain-explorer) of explorer. ### Packages [exonum-explorer][EXONUM-EXPLORER] - Exonum explorer providing library [exonum-explorer-react][REACT] - React components for simple creation of Exonum Explorer [exonum-explorer-example][EXAMPLE] - React example of usage Exonum Explorer ### License Exonum Client is licensed under the Apache License (Version 2.0). See [LICENSE](LICENSE) for details.