Skip to content

Installation

Anthony Law edited this page Jun 9, 2020 · 1 revision

Symbol Explorer Installation

Requirements

  • Node.js 8, 9 or 10

Installation

  1. Clone the project.
git clone https://github.com/nemfoundation/symbol-explorer.git
  1. Install the required dependencies.
cd symbol-explorer
npm install
  1. Run the explorer application.
npm run dev
  1. Visit http://localhost:8080/#/ in your browser.