eth-faucet
eth-faucet copied to clipboard
Unable to get it running and working
I cloned the repo, followed the steps and when I am visiting localhost:9000 I am greeted by an empty page. I am not sure what step is wrong here.
Also maybe add a bit details about what CURL commands to give to get this going.
% yarn setup
yarn run v1.22.10
$ yarn install && patch-package && allow-scripts
[1/5] 🔍 Validating package.json...
[2/5] 🔍 Resolving packages...
success Already up-to-date.
patch-package 6.4.7
Applying patches...
[email protected] ✔
[email protected] ✔
[email protected] ✔
[email protected] ✔
running lifecycle scripts for event "preinstall"
running lifecycle scripts for event "install"
- keccak
- secp256k1
running lifecycle scripts for event "postinstall"
running lifecycle scripts for top level package
✨ Done in 2.12s.
% yarn build
yarn run v1.22.10
$ (cd src/bundler && lavamoat index.js)
eth-faucet - using faucet config at "/Users/r48b1t/workspace/eth-faucet/config.js"
(node:95694) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
✨ Done in 0.96s.
% shut down complete.
% yarn start
yarn run v1.22.10
$ (cd src/server && lavamoat index.js)
eth-faucet - using faucet config at "/Users/r48b1t/workspace/eth-faucet/config.js"
Acting as faucet for address: 0xeec7ad2911f3ccc53b4c390940ff137874ab9503
ethereum rpc listening on 9000
and proxying to http://127.0.0.1:8545
