Local dev setup
Once you have installed the requirements as mentioned in the General Requirements 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
Install frontend deps using npm
Start the app
open http://localhost:4000/ in your browser.
Last updated