Open Gizmotronn opened 2 years ago
The next push, from Github will contain the GameContract.json
file that was generated in the game's repository (located in marketplace-games/web3-test-game
by hardhat when running the command npx hardhat run scripts/deploy.js
. We've moved this over to the other keybase repository, which contains the React webapp. This allows for the webapp to talk to the contract, which has been deployed already on the Rinkeby test network.
We also need a way to backup existing data and reimport it in the game in case of a need to update the smart contract. I'll add this as a subtask on this issue for now.
Big problem -> React frontend not displaying the NFTs (I think it's because of the GameContract JSON file)...
Might have to start from the beginning again
Right now, in the newContract
branch on the react frontend submodule, we're experiencing another #17
Here's the current
index.js
file:Here's what we need to do:
github/signal-k/marketplace