Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 error while running the ethereum lite explorer #98

Open
blockchain-app12 opened this issue May 27, 2022 · 1 comment
Open

404 error while running the ethereum lite explorer #98

blockchain-app12 opened this issue May 27, 2022 · 1 comment

Comments

@blockchain-app12
Copy link

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

@Sahil1109
Copy link

Sahil1109 commented Jan 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants