📘
Zcash explorer
  • Welcome to Zcash explorer
  • About
    • Features
    • General Requirements
    • ENV Variables
    • Local dev setup
    • Example Prod Setup ( Ubuntu )
    • Live Debug Dashboard
Powered by GitBook
On this page

Was this helpful?

  1. About

Local dev setup

PreviousENV VariablesNextExample Prod Setup ( Ubuntu )

Last updated 3 years ago

Was this helpful?

Once you have installed the requirements as mentioned in the docs, you can try setting the local dev env as follows.

  • Clone the repo.

  • Install deps.

  • start zcashd ( with all the flags necessary as mentioned in the General Requirements )

  • start the app in dev mode.

Install elixir deps using

 $ mix deps.get

Install frontend deps using npm

$ cd assets
$ npm install

Start the app

$ iex -S mix phx.server

open in your browser.

General Requirements
Mix
http://localhost:4000/