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
Move tropo createServer function to a node startup script #28
currently the tropo createserver call is being unnecessarily used in main.js (and consequently bundle.js), this should be moved to a startup script along with it s requires, and then removed from main.js
currently the tropo createserver call is being unnecessarily used in main.js (and consequently bundle.js), this should be moved to a startup script along with it s requires, and then removed from main.js