Alethio / ethereum-lite-explorer

Alethio's Light Weight Open Source Ethereum Explorer
https://lite-explorer.aleth.io/
MIT License
259 stars 125 forks source link

404 error while running the ethereum lite explorer #98

Open blockchain-app12 opened 2 years ago

blockchain-app12 commented 2 years ago

When running the dev explorer 404.html appears on the localhost:3000/.

Sahil1109 commented 1 year ago
cp config.default.json config.dev.json

remove versions from config.dev.json

npm run watch
npm i -g @alethio/cms-plugin-tool
acp install --dev \
@alethio/explorer-plugin-eth-common \
@alethio/explorer-plugin-eth-lite \
@alethio/explorer-plugin-eth-memento \
@alethio/explorer-plugin-3box

just run these command and you’ll be able to run it on 3000. Just make sure to change the url in config.dev.json under "uri": "plugin://aleth.io/eth-lite" i.e (http://localhost:8545/)

npm start

IMPORTANT: Use node version 16