Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 630 Bytes

File metadata and controls

25 lines (14 loc) · 630 Bytes

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

  1. npm install

  2. npx hardhat compile

  3. npx hardhat node

Open a second terminal

  1. 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

  1. node scripts/runTest.js

If you have any problems let me know!