Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Walletconnect Docs | 280 | 2 hours ago | 59 | mit | JavaScript | |||||
WalletConnect Documentation | ||||||||||
Setup Simple Openvpn | 178 | 7 years ago | 2 | other | Shell | |||||
Setup Simple OpenVPN server for Linux | ||||||||||
Cli | 126 | a year ago | December 01, 2021 | mit | PHP | |||||
⚙️ Web3 PHP CLI is a blazing fast blockchain server for local development. | ||||||||||
Faast Web | 106 | a year ago | 15 | mit | JavaScript | |||||
A decentralized cryptocurrency portfolio manager and exchange | ||||||||||
Name Bazaar | 90 | 3 months ago | 21 | epl-1.0 | JavaScript | |||||
A peer-to-peer marketplace for the exchange of names registered via the Ethereum Name Service | ||||||||||
Blockchainc2 | 60 | 4 years ago | 1 | Go | ||||||
A POC C2 server and agent to explore just if/how the Ethereum blockchain can be used for C2 | ||||||||||
Ethereum Visualization | 50 | 4 years ago | JavaScript | |||||||
A graphical explorer for the Ethereum Blockchain | ||||||||||
Dauth | 41 | 5 years ago | 2 | JavaScript | ||||||
A decentralized alternative to OAuth | ||||||||||
Gethexporter | 31 | 4 years ago | May 27, 2021 | 2 | Go | |||||
Monitor your Geth Ethereum Server with Prometheus and Grafana | ||||||||||
Trusat Backend | 31 | 3 years ago | 35 | apache-2.0 | Python | |||||
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 upload build/
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