This is an application that interfaces metamask with webrtc to allow for tokens to be sent during a video call. This will later be bridged to IPFS. This is the nodejs implementation of web3js.
3
stars
0
forks
source link
Get tropo-webapi working without having to run the listener manually on the ec2 instance #27
right now for the tropo api to work, you have to
1) on the ec2 instance run "node main.js" this will post the json to 1800phoneword.com:8000
2) with this json you can then run a curl on the tropo api script to initiate the call
There should be a way to do this as a startup script that
1) starts automatically, using perhaps a node startup script
2) dynamically changes the phone number output from the startup node script
right now for the tropo api to work, you have to 1) on the ec2 instance run "node main.js" this will post the json to 1800phoneword.com:8000 2) with this json you can then run a curl on the tropo api script to initiate the call
There should be a way to do this as a startup script that 1) starts automatically, using perhaps a node startup script 2) dynamically changes the phone number output from the startup node script