enUI build in react based on ETC Labs Core's pristine-type-script template.
enUI is a dashboard app build on top of enApi, to get you started with running and managing your own Ethereum nodes.
Please checkout our Youtube video on running enUI with enAPI. EnUi Youtube
If you want to run enUI as a web application or a desktop application. You can download a version of enUI for, Linux as a binary or AppImage, Windows setup or a macOs DMG from our the EtherNode github release page.
The only requirments for enUI to run on any system is NodeJS and NPM installed.
If you rather run enUI directly from our repo in nodejs/npm dev enviroment Follow these instructions:
Clone this repo, then cd to enui
and npm install
after it installs all the dependencies just run npm start
and it should compile it and run it for you in a new browser window.
You can also run the app directly as a desktop app by running npm run electron
Check out our youtube vidoes post above, to learn more about using enUI and enAPI.
How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.