Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 991 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 991 Bytes

Neoscan Umbrella Application

Elixir + Phoenix Blockchain explorer for NEO.

To run, first install Elixir and Phoenix at:

Then, to start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd apps, cd neoscan_web, then cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Make sure the username and password for your postgresSQL match the contents of "apps/neoscan/config/dev.exs"

Learn more