我正在用松露创造我的第一个以太坊合约.我希望Web应用程序可以在没有MetaMask的情况下使用,所以我想知道运行我自己的私有节点并从这样的前端连接是否是个好主意:
this.web3 = new Web3(new Web3.providers.HttpProvider('http://my-public-ip:8545'));
这种方法有安全隐患吗?
security ethereum truffle web3-donotuse metamask
ethereum ×1
metamask ×1
security ×1
truffle ×1
web3-donotuse ×1