Pinned Repositories
Calculator-
I built a really simple calclulator with my knowledge of html and JavaScript
celcius
clock
A simple yet stylish clock with a date i built with html, CSS and JavaScript. I imported a few things like the fonts and the background image. i named it after my favorite DC character, Batman. hence the name 'Bat watch.' I really hope it helps him fight crime and protect gotham city.
CTP-FRONT-END-MENTOR-Challenge-solution
DAO
This is decentralised autonomous organisation for crypto devs to vote on proposals regarding the crypto devs community. You'll need a CryptoDevs NFT to vote
Dapp
This a decentralised application for CryptoDevs community.
Defi-exchange
Swap and Exchange tokens
ICO
This is an Initial coin offering for the CryptoDevs Token.
NFT
This is an NFT collection for CryptoDevs.
NFT-Explorer
Search for your Favorite NFT collections here accross 20+ chains like ETH, Polygon etc
auditor02's Repositories
auditor02/DelegateCall
This project demonstrates a delegateCall use case. A delegateCall() is a method in solidity used to call a function in a target contract from an original contract. Context is passed to taret contract, but the varaiables in the original contract get modified.
auditor02/FlashLoans
auditor02/Houses
auditor02/Malicious
In this project, we'll be detecting a malicious looking contract using a helper contract to verify eligibility. It contains a smart contracts, tests, and a script that deploys the contracts.
auditor02/MerkleTree
auditor02/Metatxn-Replayer
Meta transactions are also commonly used for gas-less transaction experiences, make a transaction without actually putting something on the chain.
auditor02/Mev-Search
Maximum extractible value search
auditor02/NFT-Explorer
Search for your Favorite NFT collections here accross 20+ chains like ETH, Polygon etc
auditor02/NFT-IPFS
This is an NFT Collection with metadata stored on IPFS. IPFS uses content based addresses. Every item stored has a unique id, it's hash output. Use the link to interact with the project live.
auditor02/PrivateDataProject
This project demonstrates the fact that private data isn't really private since the ethereum network is public. The data can't be called, but it can be read. Hence, it's not really private anyways. This project comes with a sample contract, a test for that contract, and a script that deploys that contract.
auditor02/RandomGame
auditor02/solana-nft-explorer
auditor02/stores
auditor02/Tx-origin-Attack
Tx.origin refers to the original account that started a transaction. msg.sender refers to the account that called the function. For security reasons, it's better to use msg.sender.
auditor02/Upgradeable
This project demonstrates a UUPS upgradeable contract. a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
auditor02/Celo
An NFT marketplace built with celo; the mobile first blockchain wallet
auditor02/chainfuse-hiring-assesment-V2
auditor02/Crowdfund
auditor02/CryptoGecko
A crypto Tracking app for degens and crypto optimists.
auditor02/developer-assessment
A technical assessment exercise for Developer candidates
auditor02/EtherGame
auditor02/NFT-OnChain
An NFT On-Chain Battle Game
auditor02/OvernUnderFlow
auditor02/ReEntrancy
auditor02/Rock-Paper-Scissors
auditor02/SmartContracts
auditor02/solidity-sandbox
A forkable template repo for easily writing and testing toy contracts
auditor02/swc
auditor02/theauditorbook
The Auditor Book
auditor02/wormhole-uninitialized
The repository contains a runnable POC for uninitialized wormhole implementation contract