Skip to content
View abdulrauf11's full-sized avatar
:octocat:
gm
:octocat:
gm

Organizations

@rauftech

Block or report abdulrauf11

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. tutorial-thirdweb-nft tutorial-thirdweb-nft Public

    Minting an NFT using thirdweb

    JavaScript 13 5

  2. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=true&runs=200&gist=
    1
    // SPDX-License-Identifier: UNLICENSED
    2
    pragma solidity ^0.8.0;
    3
    
                  
    4
    import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
    5
    import "@openzeppelin/contracts/utils/Counters.sol";
  3. lcm-onchained lcm-onchained Public

    Solidity 2 3

  4. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=true&runs=200&gist=
    1
    // SPDX-License-Identifier: UNLICENSED
    2
    pragma solidity ^0.8.0;
    3
    
                  
    4
    import "@openzeppelin/contracts/utils/Strings.sol";
    5
    import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
  5. codems codems Public

    Code is poetry

    JavaScript