Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
CJ Bryan and Matt Olenick 8a8c85ad9a Add pairs 7 years ago
assets Create Phoenix app 7 years ago
config Create Phoenix app 7 years ago
lib Create Phoenix app 7 years ago
priv Create Phoenix app 7 years ago
test Create Phoenix app 7 years ago
.gitignore Create Phoenix app 7 years ago
.pairs Add pairs 7 years ago
README.md Create Phoenix app 7 years ago
mix.exs Create Phoenix app 7 years ago
mix.lock Create Phoenix app 7 years ago

README.md

Explorer

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 assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more