Skip to content
View babamovandrej's full-sized avatar
Block or Report

Block or report babamovandrej

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
babamovandrej/README.md

Hey! Nice to see you.

Welcome to my page!
I'm Andrej, a Full-stack developer deeply passionate about coding and who enjoys the process of building and creating innovative solutions to complex problems using my programming skills

If you want to contact me or check out some cool projects I have been working on, visit my portfolio website

class About extends Me {
  obtainWorkplace() {
    return {
      workplace: {
        company: 'TokenShield',
        position: 'Co-founder'
      }
    };
  }

  obtainKnowledge() {
    return [
      'Typescript',
      'Next.js',
      'Node.js',
      'Solidity',
      'Python',
      'CSS',
      'Bootstrap',
      'PostgreSQL'
    ];
  }

  getGoal() {
    return 'Build the next generation of internet.';
  }
}

Pinned Loading

  1. ERC1155_Smart_Contract ERC1155_Smart_Contract Public

    An ERC1155 contract that can be used to create different token_id's that appear under the same collection.

    Solidity

  2. ERC4907_Implementation_Contracts ERC4907_Implementation_Contracts Public

    A smart contract following the ERC4907 standard. The standard in question represents an extension of ERC721 that includes the user and owner roles.

    Solidity 2

  3. ERC721A_Implementation ERC721A_Implementation Public

    A NFT Minting contract following the ERC721A standard.

    Solidity

  4. MyPortfolio MyPortfolio Public

    Welcome to my portfolio website, where technology and creativity collide to bring you an immersive digital experience.

    JavaScript