/eth-explorer

Ethereum blockchain explorer

Primary LanguageJavaScriptMIT LicenseMIT

eth-explorer

Explore the Ethereum Blockchain

Live Demo

Open in a browser with Metamask plugin: https://schowdhuri.github.io/eth-explorer/

Development

  1. Clone the repository
  2. Install dependencies: yarn install or npm install
  3. Start the development server: yarn dev or npm run dev
  4. Point your browser to http://localhost:3000
  5. Generate production build with npm run build or yarn build
  6. Serve production assets using npm start or yarn start (serves on port 3555)

License

MIT