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";
}
}- 🔭 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


