Skip to content

Nat1988/neo-scan

 
 

Repository files navigation

Neoscan Umbrella Application

Travis

Elixir + Phoenix Blockchain explorer for NEO.

How to contribute

Using docker you can start the project with:

  • docker-compose up -d
  • docker exec -it neoscan_phoenix_1 sh
  • cd /data

Development

  • Please run mix credo after any changes and apply the suggestions

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

About

Blockchain explorer for NEO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 77.4%
  • HTML 18.8%
  • JavaScript 2.9%
  • Other 0.9%