sudeepb02's Stars
ajeetdsouza/zoxide
A smarter cd command. Supports all major shells.
pk910/PoWFaucet
Modularized faucet for EVM chains with different protection methods (Captcha, Mining, IP, Mainnet Balance, Gitcoin Passport and more)
wevm/viem
TypeScript Interface for Ethereum
transmissions11/solcurity
Opinionated security and code quality standard for Solidity smart contracts.
dragonfly-xyz/useful-solidity-patterns
d-xo/weird-erc20
weird erc20 tokens
mjakeman/extension-manager
A utility for browsing and installing GNOME Shell Extensions.
micahflee/semiphemeral
Automatically delete your old tweets, except for the ones you want to keep
crytic/solc-select
Manage and switch between Solidity compiler versions
eth-sri/securify2
Securify v2.0
wevm/abitype
Strict TypeScript types for Ethereum ABIs
dmfxyz/murky
Merkle Proof Generator and Validator in Solidity
zkemail/zk-email-verify
Verify any text in any sent or received email, cryptographically and via only trusting the sending mailserver.
pessimistic-io/slitherin
Slither Detectors by Pessimistic.io
gnidan/abi-to-sol
Generate Solidity interface from ABI JSON
a16z/cicada
A protocol for private on-chain voting, implemented in Solidity.
Consensys/solidity-metrics
Solidity Code Metrics
nalinbhardwaj/zordle
Wordle, but with ZK proofs!
rainbow-me/browser-extension
An Ethereum wallet built for speed 🌈
morpho-labs/safer
Allows to easily create tx to be signed through CLI and submitted on a Safe
hananbeer/protomerkle
build merkle trees on-chain
binodnp/erc20-snapshot
Creates a snapshot of any ERC20 token in JSON or CSV format
jtriley-eth/token-types
Efficient Type Driven Smart Contract Interactions
ZeframLou/universal-bridge
Unified interface for sending messages from Ethereum to other chains and rollups.
noxx3xxon/evm-by-example
vittominacori/solidity-linked-list
An utility library for working with sorted linked list data structures in your Solidity project.
kadenzipfel/uni-lbp
A capital-efficient Uniswap v4 liquidity bootstrapping pool (LBP) hooks contract
0xngmi/discord-server-guidelines
deomaius/rolling-dutch-auction
A dutch auction derivative with composite decay
ConnorBlockchain/Solidity-Encode-Gas-Comparison
With Solidity V0.4.24 being relased, new encoders are avilable: abi.encodePacked, abi.encode, abi.encodeWithSelector & abi.encodeWithSignature. Got a bit curious and wanted to see the gas costs associated for each encoding method, for uint, address, bytes, bytes32, bool & int variables.