Anton's repositories
encode-deposit-handler-sc
DepositHandler Protocol: An on-chain deposit system for secure bootcamp enrollment, allowing users to connect wallets, deposit USDC, and withdraw upon successful completion, minimizing reliance on email and reducing scam risks.
advanced-solidity-bootcamp-homework
Homework tasks from advances solidity bootcamp from Encode.
ccip-cross-chain-name-service
This project is an educational example of how to create a minimal cross-chain name service using Chainlink CCIP. I used this project for the Chainlink CCIP homework for 2nd lesson.
constant-function-market-maker
Constant Function Market Maker (CFMM) implementation.
constant-function-market-maker-enc
Constant Function Market Maker (CFMM) with fully homomorphic encryption(FHE). For FHE I am using fhEVM library from ZAMA protocol.
cypress-testing-framework
Cypress automation test framework.
ecdsa-payment-verification
Signing payment data(EIP712) off-chain with ECDSA signature and verify it on-chain in smart contract.
ethereum-foundation-tech-explainer
This repository stores my answer with explanation of a tech topic I selected for my Ethereum Foundation internship application.
foundry-practice-project
Repository where I am practicing with Foundry framework. A raffle project which is using Chainlink VRF and Automation.
meta-garage-nft-marketplace
Own a piece of the real world in the metaverse. Buy, sell, and trade NFTs representing unique, real-world cars.
tokenized-AAPL-stocks
Applying RWA features to the AAPL stocks. Creating a fully reserved tokenized stock(rwa), which is collateralised(backed) by the real stock.
yul-book-examples
Yul code examples with explanations | Errors to omit with Yul | EVM data storage locations
fullstack-web-app-practice
This is a practice project where I am practicing with the web app development to improve my skills in this field.
mev-flashbot
A flashbot which is sending transactions directly to the miners and omit the mempool.
upgradable-staking
Staking protocol that is using upgradable contracts pattern(Transparent Proxies).