Compile from Source

Install NodeJS

Install Yarn

Clone the Explorer

git clone <https://github.com/functionland/sugarfunge-explorer.git>

Run the Explorer

Requires a Node running.

yarn
WS_URL=ws://127.0.0.1:9944 yarn start

Using Docker

Install Docker

Build the image

docker build -t sugarfunge-explorer:local -f docker/Dockerfile .

Run the Explorer

Requires a Node running.

docker run --rm -d --network host --env WS_URL=ws://127.0.0.1:9944 sugarfunge-explorer:local