Education

University of Montenegro

Master of Science, Electrical Engineering

GPA: 4.0/4.0

2020 – 2023

University of Montenegro

Bachelor of Science, Electrical Engineering

GPA: 3.5/4.0

2016 – 2019

Projects

Tic-Tac-Toe on Blockchain

  • Blockchain implementation of the Tic-Tac-Toe game. Backend is live on Base L2 Mainnet. Frontend is hosted on Vercel.
  • Players can create a new game with a target address, share the invite URL, and make turns. Every move is recorded onchain.
  • Integrates Coinbase Smart Wallet and passkey sign-in for improved user authentication.
  • Stack: Solidity (Foundry), TypeScript, React, wagmi, viem
Tic-Tac-Toe on Blockchain

Solidity Function Selector Creator

  • Python script for creating Solidity functions that accept specified parameters and generate the corresponding selector.
  • Includes checks against reserved keywords, valid characters, and supported parameter types.
  • Stack: Python (web3, eth_abi, time, string, random)
Solidity Function Selector Creator

Uniswap v4 Poolreader

  • JavaScript module for fetching data from Uniswap v4 StateView and PositionManager contracts.
  • Currently supports the Ethereum and Base mainnets.
  • Stack: JavaScript
Uniswap v4 Poolreader

Zeni Stablecoin

  • Decentralized stablecoin pegged to USD and backed by a basket of collateral tokens (WETH and WBTC).
  • 200% overcollateralized with algorithmic minting.
  • Tests: unit, integration, and stateless fuzzing.
  • Stack: Solidity (Foundry), Chainlink
Zeni Stablecoin