You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
It is a JavaScript solution that tries to connect to a running qtumd daemon via the configuration QTUM_RPC_ADDRESS. If you run qweb3 without a local qtumd, you will do something like this QTUM_RPC_ADDRESS='http://bodhi:bodhi@localhost:13889', but if you are running your qtumd daemon somewhere else, you will do something like this QTUM_RPC_ADDRESS='http://bodhi:bodhi@some_remote_host:13889'. My concern is the security on the RPC entrance, how secure it is, and whether it is prone to middle-man-attack, packet sniffing, etc.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#我用Google搜索qweb3,结果显示:
https://medium.com/@bodhitoken/bodhi-development-tools-qweb3-web3-js-for-qtum-a1cd52abbcc4
http://vlambda.com/wz_xbxCSUCNON.html
里面的教程说 qweb3只能和量子链本地节点通信,想确认一下,谢谢~
The text was updated successfully, but these errors were encountered: