Web UI for ETH Notifier
Ethereum service for sending SMS and email (coming soon) notifications.
Supports IPFS-augmented Ethereum calls for cheaper (gas) calls and encrypted calls.
-
Install dependencies
npm install
-
Configure, if required.
cp config/default.js config/local.js # edit local.js accordingly
-
Start the dev server, code and enjoy! Browser should automatically refresh if you make any changes to the code.
npm start
Load http://localhost:8080/ on your web browser.
-
For deployment, run
npm build
and uploadbuild/
to your server.
While this is mainly a static page UI, there is a Node.JS-based server component to help with pushing of data onto IPFS and encryption.
-
Start the following daemons:
-
Configure, if required. Start server with,
npm run server
.
MIT · U-Zyn Chua