Skip to content

Instantly share code, notes, and snippets.

View Julian-dev28's full-sized avatar

Julian Martinez Julian-dev28

  • Anaheim, CA
  • 23:33 (UTC -07:00)
View GitHub Profile
@adrianhajdin
adrianhajdin / AvaxGods.sol
Last active March 16, 2024 19:15
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