-
-
-
CryptoGecko Public
A crypto Tracking app for degens and crypto optimists.
JavaScript UpdatedJul 7, 2023 -
-
-
solidity-sandbox Public template
Forked from maurelian/solidity-sandboxA forkable template repo for easily writing and testing toy contracts
Solidity MIT License UpdatedMay 27, 2023 -
theauditorbook Public
Forked from aviggiano/theauditorbookThe Auditor Book
HTML MIT License UpdatedMay 23, 2023 -
-
-
-
-
developer-assessment Public
Forked from lifestores/developer-assessmentA technical assessment exercise for Developer candidates
JavaScript UpdatedApr 12, 2023 -
-
-
-
Celo Public
An NFT marketplace built with celo; the mobile first blockchain wallet
JavaScript UpdatedMar 31, 2023 -
wormhole-uninitialized Public
Forked from immunefi-team/wormhole-uninitializedThe repository contains a runnable POC for uninitialized wormhole implementation contract
JavaScript UpdatedMar 7, 2023 -
NFT-Explorer Public
Search for your Favorite NFT collections here accross 20+ chains like ETH, Polygon etc
-
-
-
Metatxn-Replayer Public
Meta transactions are also commonly used for gas-less transaction experiences, make a transaction without actually putting something on the chain.
-
Upgradeable Public
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.
-
Malicious Public
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.
-
Tx-origin-Attack Public
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.
-
-
DelegateCall Public
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 contra…
-
PrivateDataProject Public
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.…
-
-
-