currently the connection is static to infura:
// connect direct to infura - needs to change to metamask when guestbook entry is created
web3 = new Web3(new Web3.providers.HttpProvider("https://mainnet.infura.io/ySFxqrROS2e1chccEsyS"));
I would like it to default to Metamask first so guestbook signing is possible, but display the info anyway if they don't have metamask (and tell them to install it so they CAN sign)
currently the connection is static to infura:
I would like it to default to Metamask first so guestbook signing is possible, but display the info anyway if they don't have metamask (and tell them to install it so they CAN sign)