Skip to content

Instantly share code, notes, and snippets.

View Julian-dev28's full-sized avatar

Julian Martinez Julian-dev28

  • Anaheim, CA
  • 23:27 (UTC -07:00)
View GitHub Profile
@Julian-dev28
Julian-dev28 / AvaxGods.sol
Created November 10, 2023 16:49 — forked from adrianhajdin/AvaxGods.sol
Avax Gods - Online Multiplayer Web3 NFT Card Game
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
import '@openzeppelin/contracts/token/ERC1155/ERC1155.sol';
import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Supply.sol';
/// @title AVAXGods
/// @notice This contract handles the token management and battle logic for the AVAXGods game