e-mail : calegreu@gmail.com
Cooler Projects
Constellation-ChainlinkHackathon-2023Team project for Constellation, November's 2023 Chainlink Hackathon. Bet and fight against other people's imagination with your own unique NFTs in a fair way! | Audits-By-CarlosAlegreUrHere is a summary and navigation hub to all the audits I've conducted and I'm allowed to show. |
BuddyFighters-FullstackWeb3NFTGameFullstack EVM compatible NFT web3 project where you can buy NFTs and then use them to play on the project's web. The game consists on betting money in fights to the pokemon style against other players' NFTs. | InputControl-SmartContract-DesignPatternInputControl smart contract allows you to specify the order and value of inputs that users can send to your functions. It can be used as global public infrastructure or in a private way. |
Forge-Snapshots-AnalyzerA bash script that analyzes forge snapshots to accelerate gas consumption analysis. | DataStructures-Algorithms-DesignPatternsImplemented data structures, algorithms and design patterns in C++ to reinforce previous knowledge and improve understanding. |
Web
FairTaxesAnalytics-WebDevReactJsSPA web page created using React. Gives you a tool to analyze how much percentage of your government's spending will cost to each individual in every taxation level. |
Web 3
Constellation-ChainlinkHackathon-2023Team project for Constellation, November's 2023 Chainlink Hackathon. Bet and fight against other people's imagination with your own unique NFTs in a fair way! | Audits-By-CarlosAlegreUrHere is a summary and navigation hub to all the audits I've conducted and I'm allowed to show. |
BuddyFighters-FullstackWeb3NFTGameFullstack EVM compatible NFT web3 project where you can buy NFTs and then use them to play on the project's web. The game consists on betting money in fights to the pokemon style against other players' NFTs. | InputControl-SmartContract-DesignPatternInputControl smart contract allows you to specify the order and value of inputs that users can send to your functions. It can be used as global public infrastructure or in a private way. |
Forge-Snapshots-AnalyzerA bash script that analyzes forge snapshots to accelerate gas consumption analysis. | AuditExamplePracticeI audited the code from this github repo: foundry-defi-stablecoin-f23. Just for practice and experience. |
Account-BackupA cheap way to avoid attacks from leaked keys on 2tx and/or with time delay unique-role transfer systems. | CallOrderControl-SmartContract-DesignPatternSolidity smart contract that ensures your functions are only called by an address in a previously allowed order or a previously allowed number of times. |