Skip to content

conduitxyz/madara_explorer

 
 

Repository files navigation

StarknetExplorer

image

Requirements

  • Docker
  • Erlang/OTP 25
  • Elixir 1.15, compiled with OTP 25

Local development

To run it locally, you'll need to set the RPC API url of the network. If you're using a provider like Infura, this will look something like this:

https://starknet-mainnet.infura.io/v3/your_api_key

Set the following environment variable with the url mentioned above

export RPC_API_HOST=your_rpc_hostname

then do

make setup run

This will start postgres, create the database and start a web app in localhost:4000.

From now on, if you want to restart the app, you can just do:

make run

To stop postgres:

make stop-db

About

Madara Explorer. A Starknet Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 83.3%
  • HTML 9.1%
  • JavaScript 5.0%
  • CSS 1.7%
  • Dockerfile 0.3%
  • Jinja 0.3%
  • Other 0.3%