Skip to content

phantasma-io-archive/PhantasmaExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phantasma Explorer 2.0

A block explorer for Phantasma Chain.

NOTE - This block explorer is the old block explorer Phantasma in the first years, and was updated with compability with Phantasma 3.0. For the latest explorer code which was rebuilt from scratch, check the following repositories.

Contents


Development

To perform development on the explorer you will need the following:

Pull or download the following GitHub Repositories

Ensure both of these sit in the same root directory on your PC and are in folders that match the above. For example:

  • C:<my code>\Phantasma\PhantasmaChain
  • C:<my code>\Phantasma\PhantasmaRpcClient

Build

  • Open Visual Studio
  • Open the PhantasmaExplorer\PhantasmaExplorer.sln solution
  • Build the solution
  • Open a command window
  • Navigate to the Phantasma.Explorer root dir
  • Run the following:
dotnet publish

The files needed to run a node will now be in PhantasmaExplorer\www\netcoreapp2.0\publish

Run

Once you have published the binaries as per above you can run it with the following command:

  • Note the first run can take some time as it will build the cache from scratch
dotnet /<explorer binaries dir above>/Phantasma.Explorer.dll --port=7074 --env=prod --path=/<explorer root dir>/ --phantasma.rest=http://207.148.17.86:7078/api -cache.path=Cache

Contributing

You can contribute to Phantasma with issues and PRs. Simply filing issues for problems you encounter is a great way to contribute. Contributing implementations is greatly appreciated.

License

The Phantasma project is released under the MIT license, see LICENSE.md for more details.

About

Block explorer for Phantasma Chain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published