Skip to content
View adamlevoy's full-sized avatar
🌊
🌊

Block or report adamlevoy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dnd-nft-react dnd-nft-react Public

    Frontend for My D&D NFT.

    JavaScript 1

  2. dnd-nft-contract dnd-nft-contract Public

    Smart contract for My D&D NFT project.

    Solidity 1

  3. web3-msg-me-react web3-msg-me-react Public

    JavaScript 1

  4. dungeoncoin dungeoncoin Public

    A D&D 5e currency converter built with Astro and Tailwind CSS.

    JavaScript

  5. BuyMeASlice, a contract to buy and s... BuyMeASlice, a contract to buy and send a slice 🍕
    1
    // SPDX-License-Identifier: UNLICENSED
    2
    pragma solidity ^0.8.7;
    3
    
                  
    4
    contract BuyMeASlice {
    5
        address payable immutable owner;
  6. SgdKeys, an ERC721 contract for mint... SgdKeys, an ERC721 contract for minting 100% on-chain SVG NFT
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.4;
    3
    
                  
    4
    import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
    5
    import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";