GitXplorerGitXplorer
u

eth-notifier-ui

public
23 stars
3 forks
0 issues

Commits

List of commits on branch master.
Verified
92d4e7d2981e69d086abf551a8721115915082e4

PNG for og:image

uuzyn committed 8 years ago
Verified
e70f1708b4035fb1c4d2fba0afe6b8b09d7a2459

Oops localhost

uuzyn committed 8 years ago
Unverified
42ee0ceb06f1c0b0ba8a4eeebd9b46827daf5002

Buttons

uuzyn committed 8 years ago
Verified
2a53cd7c365899ca0f569e5a8ab57b796fb2a697

Footer update

uuzyn committed 8 years ago
Verified
cf32afba11717f7f3fa6202fd9e80e4c3830d874

Instructions updates

uuzyn committed 8 years ago
Verified
4fbed6a1c0c3c40b246f6c1fbdbf117f7c5c7fed

Params updates

uuzyn committed 8 years ago

README

The README file for this repository.

eth-notifier-ui

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.

Frontend (static page UI)

  1. Install dependencies

    npm install
  2. Configure, if required.

    cp config/default.js config/local.js
    # edit local.js accordingly
  3. 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.

  4. For deployment, run npm build and upload build/ to your server.

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.

  1. Start the following daemons:

    1. IPFS node
    2. Ethereum Web3 provider, either Geth or Parity
  2. Configure, if required. Start server with, npm run server.

Credits

License

MIT · U-Zyn Chua