Skip to content

limebell/libplanet-explorer

 
 

Repository files navigation

Libplanet Explorer

Explorer blocks, transactions, and addresses on your Libplanet-powered distributed games. For the frontend, see also libplanet-explorer-frontend.

How to build and run

You need to install .NET Core 2.0 or higher, and PowerShell. Both work on Linux, macOS, and Windows. After you install them, execute the run.ps1 script on the command-line:

./run.ps1 BLOCKCHAIN_STORE_PATH

BLOCKCHAIN_STORE_PATH refers to a directory or a file made by a Libplanet-powered game. If you need a sample data file please contact us on our Discord chat!

GraphQL

The key purpose of this project is to provide GraphQL endpoint. The endpoint is placed:

/graphql/

GraphQL Playground

This provides a built-in GraphQL Playground. The web root path serves it:

/

About

Libplanet.Explorer: Browsing blocks, transactions, and actions on Libplanet-based blockchains

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 82.9%
  • Shell 7.3%
  • HTML 4.9%
  • PowerShell 2.6%
  • Dockerfile 2.3%