Eth Notifier Ui

Web UI for ETH Notifier
Alternatives To Eth Notifier Ui
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Walletconnect Docs280
2 hours ago59mitJavaScript
WalletConnect Documentation
Setup Simple Openvpn178
7 years ago2otherShell
Setup Simple OpenVPN server for Linux
Cli126
a year agoDecember 01, 2021mitPHP
⚙️ Web3 PHP CLI is a blazing fast blockchain server for local development.
Faast Web106
a year ago15mitJavaScript
A decentralized cryptocurrency portfolio manager and exchange
Name Bazaar90
3 months ago21epl-1.0JavaScript
A peer-to-peer marketplace for the exchange of names registered via the Ethereum Name Service
Blockchainc260
4 years ago1Go
A POC C2 server and agent to explore just if/how the Ethereum blockchain can be used for C2
Ethereum Visualization50
4 years agoJavaScript
A graphical explorer for the Ethereum Blockchain
Dauth41
5 years ago2JavaScript
A decentralized alternative to OAuth
Gethexporter31
4 years agoMay 27, 20212Go
Monitor your Geth Ethereum Server with Prometheus and Grafana
Trusat Backend31
3 years ago35apache-2.0Python
Alternatives To Eth Notifier Ui
Select To Compare


Alternative Project Comparisons
Readme

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

Popular Ethereum Projects
Popular Server Projects
Popular Blockchain Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Server
Eth
Ethereum
Ipfs