Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumory/ltcblockchain

a Litecoin data explorer, just like blockchain.com or ltc.block-explorer.com
https://github.com/sumory/ltcblockchain

Last synced: 29 days ago
JSON representation

a Litecoin data explorer, just like blockchain.com or ltc.block-explorer.com

Awesome Lists containing this project

README

        

# LTC Block Chain

**ltc-blockchain** 是一个用于查询莱特币(LTC)区块、交易、地址等信息的系统.

## 介绍

- ltc-blockchain使用 **Node.js** 开发,底层需要 **litecoind** 支持,基础功能已完成.
- the project is under heavy developement.

## License

ltc-blockchain is released under a **MIT License**:

Copyright (C) 2014 by Sumory Wu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.