Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sumory/ltcblockchain
- Owner: sumory
- Created: 2014-02-15T12:36:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T12:37:53.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:58:40.820Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.