"Run a node, just press start"
Mission: 2x the number of Ethereum nodes by making a one-click-to-start Ethereum node
Why?: The light client roadmap for Ethereum depends on access to reliable full nodes. Increasing the number and availability of full nodes is therefore important for the future of Ethereum.
Logo credits: Logo made by Artist, William Tempest, from https://ethereum.org/en/assets/
Clone the repo and install dependencies:
git clone <nice node repo url>
npm installStart the app in the dev environment:
npm startTo package apps for the local platform:
npm run package
