mds1
Funding Links: https://github.com/sponsors/mds1
- Name: Matt Solomon
- Company: OP Labs
- Kind: user
- Followers: 587
- Following: 56
- Total stars: 1624
- Repositories count: 111
- Created at: 2022-11-16T03:41:12.217Z
- Updated at: 2024-04-14T15:16:22.287Z
- Last synced at: 2024-04-14T15:16:09.174Z
GitHub Sponsors Profile
During the day I work at ScopeLift, where we build smart contracts and more for various clients. We also have our own internal projects, such as Umbra for private payments, and Cove for easy and robust contract verification.
In my free time I like to build open-source projects, including:
Multicall3: A contract deployed at 0xcA11bde05977b3631167028862bE2a173976CA11 on nearly 100 chains to enable easy batch contract calls.
EVM Diff: A website where developers can diff execution-level specs in a friendly format.
CreateX: A contract that will be deployed at the same address on many chains to simplify deployments. It will support create2, create3, various proxy patterns, and various salt patterns. Coming soon ™️
I also like to contribute to open-source projects:
Lead maintainer of forge-std, a collection of contracts and libraries for Foundry.
Contributor and maintainer for Foundry, the best Ethereum development framework.
- Current Sponsors: 0
- Past Sponsors: 0
- Total Sponsors: 0
- Minimum Sponsorship: $1.00
Featured Works
mds1/multicall3
Multicall: Aggregate multiple constant function call results into one
Language: Solidity - Stars: 1105mds1/solidity-trigonometry
Solidity library with basic trigonometry functions
Language: Solidity - Stars: 148mds1/solidity-generators
Solidity library offering linspace, arange, and logspace methods to generate evenly spaced arrays.
Language: Solidity - Stars: 121foundry-rs/forge-std
Forge Standard Library is a collection of helpful contracts for use with forge and foundry. It leverages forge's cheatcodes to make writing tests easier and faster, while improving the UX of cheatc…
Language: Solidity - Stars: 935mds1/evm-diff
Diff EVM-compatible chains in a friendly format
Language: TypeScript - Stars: 287