Alathia Gods - War of the Gods

Instructions on setting up the Web3 part of the project

  1. cd alathia-web3
  2. npx hardhat -> y → typescript → enter → enter
  3. yarn add
  4. Install Metamask, a browser extension for using Ethereum and other dApps
  5. Create a .env file and specify a PRIVATE_KEY variable.
  6. Add a METADATA_URI variable to the .env file with a url like https://example.com/metadata.json
  7. Compile the contract by running the npx hardhat compile command
  8. Deploy the smart contract on the Fuji test network by running the npx hardhat run scripts/deploy.ts --network mantleSepolia