hrkrshnn/tstore-template

SolidityShell
This is stars and forks stats for /hrkrshnn/tstore-template repository. As of 12 May, 2024 this repository has 36 stars and 0 forks.

Transient Store Foundry Template A foundry template with custom solc binaries (from transient-storage) that supports transient storage opcodes in inline assembly. forge build --use bin/solc forge test --use bin/solc Example contract contract SimpleTStore { function tstore(uint key, uint value) external { assembly { tstore(key, value) } } function tload(uint key) external view returns (uint value) { assembly { value := tload(key) ...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
mikaelacaron/Basic-Car-MaintenanceSwiftShell1040670
novuhq/hacksquad-websiteJavaScriptCSSShell21501540
jinyus/related_post_genC++ShellPython119+6963+25
tracelabs/tlosint-vmShellHTMLDockerfile850130
code-423n4/2023-10-zksyncSolidityRustTypeScript22+615+6
serial-coder/solidity-security-by-exampleSolidity1070240
KumaCrypto/MetaTrustCTFSolutionsSolidityPython15010
bansaltushar014/Chapter-SoliditySolidityJavaScript60100
Certora/gho-competitionSolidityTypeScriptRuby2030
matter-labs/zksync-hardhat-templateSolidityTypeScript280290