https://github.com/planetarium/telescope
A simple application to read a local blockchain storage.
https://github.com/planetarium/telescope
Last synced: 5 months ago
JSON representation
A simple application to read a local blockchain storage.
- Host: GitHub
- URL: https://github.com/planetarium/telescope
- Owner: planetarium
- Created: 2022-10-04T06:43:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:22:07.000Z (over 2 years ago)
- Last Synced: 2023-03-04T17:27:39.020Z (about 2 years ago)
- Language: C#
- Size: 69.3 KB
- Stars: 4
- Watchers: 8
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telescope
Telescope is a simple application to read a local blockchain storage
generated by a blockchain network using [Libplanet].## Usage
Use the following command to start up the application.
```bash
$ dotnet run -- -p ://
```[Libplanet]: https://github.com/planetarium/libplanet