Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Chmarusso's full-sized avatar

Organizations

@fullstakpl @webowe-pogawedki

Block or report Chmarusso

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Chmarusso/README.md

DevRel Engineer @ vlayer Labs

I build bridges between devs and products using: talks, demos, POCs, docs, hackathons, and community work that drive adoption and improve DX.

Taught 500+ devs in online & onsite workshops, 30h+ tech live streams, 200+ technical videos on YouTube.

🎤 Talks & Videos

✍️ Articles

🛠️ Favourite tools

Claude Code, Civic, Cursor, Foundry, NeonDB, Next.js, Prisma, ScreenStudio, Supabase, Tailwind, Vercel, Viem, vlayer, Wagmi, Warp, Zod, Zustand.

Pinned Loading

  1. Learn how to create truly immutable ... Learn how to create truly immutable smart contracts (Ethereum / EVM) that can hold all metadata and SVG images on-chain
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.7;
    3
    
                  
    4
    import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
    5
    import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
  2. Transfer ERC20 from contract Transfer ERC20 from contract
    1
    pragma solidity ^0.8.7;
    2
    // SPDX-License-Identifier: MIT
    3
    
                  
    4
    import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
    5
    
                  
  3. Super Simple NFT staking Super Simple NFT staking
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.7;
    3
    
                  
    4
    import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
    5
    import "@openzeppelin/contracts/token/ERC1155/utils/ERC1155Receiver.sol";
  4. erc20-checkout-boilerplate erc20-checkout-boilerplate Public

    TypeScript 13 10

  5. doxx-me doxx-me Public

    Doxx Me enables to securely prove Web2 credentials, activities, or memberships and link them directly to a Base App wallet.

    TypeScript 2