Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Typing SVG

About Me

contract Axel {
    string public name = "Axel";
    string public role = "Smart Contract Developer";
    string[] public languages = ["Solidity", "JavaScript", "TypeScript", "CSS", "C++"];
    string[] public interests = ["Web3", "DeFi", "Anime", "Blockchain"];
    
    mapping(string => string[]) public techStack;
    
    constructor() {
        techStack["smart contract"] = ["Solidity", "Foundry", "OpenZeppelin"];
        techStack["frontend"] = ["Typescript", "Javascript", "Tailwind CSS", "NextJS", "Wagmi", "Viem"];
        techStack["backend"] = ["Nodejs", "Ponder", "Goldsky"];
        techStack["other"] = ["Docker", "IPFS", "Canva"];
    }
    
    function getFunFact() public pure returns (string memory) {
        return "I turn coffee into smart contracts";
    }
}

GitHub Stats

GitHub Streak

Current Focus

  • 🔭 I'm currently working on Lending Protocol & Cross Border Payment
  • 👯 I'm looking to collaborate on DeFi and Payment Projects
  • 💬 Ask me about Smart Contracts, DeFi, or Web3 Development

Connect with Me

Random Dev Quote

Random Dev Quote

Footer
Profile Views

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors