/solidity_asm_footgun

Playground for experiments with Solidity low-level EVM calls (yul or inline-assembly). Uses Foundry.

Primary LanguageSolidityMIT LicenseMIT

Solidity ASM FootGun

This repo is kept for experiments/PoCs related to Solidity low-level EVM calls, yul and inline-assembly.

Uses Foundry, a blazing fast, portable and modular toolkit for Ethereum application development written in Rust and its built-in tools.

Test

$ forge test

Format

$ forge fmt

Authors