Metaverse Engine V2
V1 Was a terrible transact to play model which had a terrible UX hence the upgrade
This solution is for interoperability between 1v1 fighter games where the fights are premeditated.
To run this code run the following commands
-
npm install
-
npx hardhat compile
-
npx hardhat node
Open a second terminal
- node scripts/deploy.js
Take the ECDSA verifier address from the console output & replace the value in verifierContractAddress Take the NFT Minter address from the console output & replace the values in the minters array Save
- node scripts/runTest.js
If you have any problems let me know!