Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Redirection service to replace the Metronome Explorer

License

Notifications You must be signed in to change notification settings

autonomoussoftware/metronome-explorer-301

Repository files navigation

Build Status Code Style Known Vulnerabilities

metronome-explorer-301

Redirection service to replace the Metronome Explorer.

It will redirect all GET /transactions/:hash requests to a target Explorer service. All other requests will be redirected as-is to the same service.

Start

npm start

Configuration options

The following environment variables control the service beahvior:

  • EXPLORER_BASE_URL: Base URL of the target explorer.
  • EXPLORER_PATH: Path on the target explorer. Replaces :hash with the required transaction hash.
  • LOGGER_*: Control logging to console and Papertrail service.
  • PORT: Defaults to 3004

Docker

A dockerized version can be built for development by running:

npm run docker:build

Then, it can be run:

npm run docker:run

License MIT

About

Redirection service to replace the Metronome Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published