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
Can somebody tell me how to make this game works ? Cause at the moment, im hosting it with XXAMP, but it doesnt work at all. Like, i wanna use it, people should buy the cars, but when i connect the wallet, it says something about testnet. If somebody can help me to manage this game, im able to pay a amount, idk. Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello @Dreadox First of all you should compile and deploy the CarBattle.sol (That is deprecated and we should update it ) in a testnet or on ganache, using remix ide.
To solve CarBattle.sol you should update import from ERC721 from a dif blob of OpenZeppelin because they updated it, you also have to select compiler 0.6.2 on remix idle as mentioned on #1.
After deploying you should copy contract address and update first line of the file web3setup.js that is inside of assets/js.
at the same file we should update the line 611 that contains if(r != "rinkeby") changing the name to the network in use, or you can just comment //alert("Connect Metamask to Rinkeby Testnet!") on 612
After that you can host it on IPFS https://ipfs.io or use python if u want.
you have to install python, open cmd on project folder then:
Can somebody tell me how to make this game works ? Cause at the moment, im hosting it with XXAMP, but it doesnt work at all. Like, i wanna use it, people should buy the cars, but when i connect the wallet, it says something about testnet. If somebody can help me to manage this game, im able to pay a amount, idk. Thanks in advance
The text was updated successfully, but these errors were encountered: