https://github.com/coinbase/bchd-explorer
https://github.com/coinbase/bchd-explorer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coinbase/bchd-explorer
- Owner: coinbase
- License: apache-2.0
- Created: 2020-05-18T19:22:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T05:17:53.000Z (over 1 year ago)
- Last Synced: 2025-02-17T08:43:55.334Z (about 1 year ago)
- Language: Vue
- Size: 535 KB
- Stars: 23
- Watchers: 20
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BCHD Explorer
Simple block explorer for the BCHD gRPC API with SLP token support.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Runs tests
```
npm test
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/coinbase/bchd-explorer.
## License
The project is available as open source under the terms of the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0).