Hello,
This is a proof of concept of a remote command line for dash wallet/masternode using firebase as broker
how it works
Firebase opens the possibility to communicate with a wallet without openning any ports on your router.
https://github.com/mjsrs/dash-cli-remote
demo:
https://masternode.firebaseapp.com/
hope you enjoy
PS: I'll add more commands in the future
This is a proof of concept of a remote command line for dash wallet/masternode using firebase as broker
how it works
- the client (index.html) communicates with firebase requesting to execute a specific command
- the server (masternode.js) is a nodejs server which communicates with firebase, receiving command requests. It then executes the requested command and sends back the output of it.
- online wallet
- online masternode monitor
- centralized dash network API
- online POS plugin
- ...
Firebase opens the possibility to communicate with a wallet without openning any ports on your router.
https://github.com/mjsrs/dash-cli-remote
demo:
https://masternode.firebaseapp.com/
hope you enjoy
PS: I'll add more commands in the future