antododo / tictactoeTuto

2 stars 1 forks source link

Added 2 players features (issues #6 and #7) #13

Closed dabana closed 6 years ago

dabana commented 6 years ago

Display the two addresses that play Added a buy-in function to the contract

antododo commented 6 years ago

@dabana Good job! Juste une question, j'ai vu que tu as changé

var web3 = new Web3(Web3.givenProvider || "http://localhost:7545");

par

var web3 = new Web3("http://localhost:8545"); //To during dev.: use with Ganache

C'est volontaire de changer le 7545 par 8545 ? Car ganache utilise le port 7545 par défaut. (Ganache-cli utilise le port 8545)

dabana commented 6 years ago

On avait des problèmes avec Métamask sur Ganache. Alors on a essayé de changer le port pour 8545 (port par défaut dans Métamask) mais sans succès. On peut revenir sur 7545.