tanishk.eth
@0xtanishk
Followers
2K
Following
4K
Media
153
Statuses
2K
Going through the REVM codebase with claude code, might be the most fun and high leverage thing you can do as a solidity dev.
0
0
2
Excited to share that the @ithacaxyz odyssey continues at @tempo! We will accelerate Tempoโs mission towards real-world crypto adoption while further stress-testing and optimizing our existing open source stack for the entire crypto ecosystem. Thank you for the trust, onwards.
79
59
558
What's the next 10x for EVM devtooling? We still have to follow through with Solar fixing gas costs & making Solidity compilation instant, what else?
@tkstanczak Solidity / EVM smart contract tooling needs major work. Teams like @ithacaxyz, @zksync & @a16zcrypto have been doing gods work with foundry, solx & halmos respectively but the bar is still so low.
28
8
99
How do the fundamentals of the economy change, if govt backed debt , becomes the default form of payment across the world (i.e stablecoins)? Saving rates should trend to 0. Then what's the difference between a dollar and a treasury bill?
1
0
4
Starship stacked for flight. This is planned to be the final launch from Pad 1 at Starbase in its current configuration
862
3K
20K
I wrote an optimized EVM memory access demo showcasing the power of EIP-7923 by deferring boundary and allocation checks to the hardware. This relies on the assumptions defined in EIP-7923: - Memory is allocated in 4KB pages; - Page-based allocation; - A fixed memory limit
github.com
Contribute to qizhou/research development by creating an account on GitHub.
11
8
46
Took me 1 hour to bridge the most popular asset (USDC) between the 2 most popular L2s (Base & Arb), using Rabby-->Socket-->CCTP. Interop is not solved.
1
0
3
ok so foundry v1.4.0 dropped yesterday loads of great updates as always, but one new feature really stands out ๐ multi-chain configuration ๐ until now, cross-chain testing either meant using anvil or hacking around with chainId switching and snapshots absolute gamechanger
15
19
257
foundry 1.4.0 is a beast ๐ฅ Try out the multichain config, it will make your deployment workflow 10x simple and more reliable. It enables E2E infra automation, with maintainable configs. Check out the deployment scripts in the accounts repo inspiration on how to use it ๐
3
10
26
The only correct way to learn new things in 2025 is top-down. You have a highly skilled bottom-up expert to pair with for any lower level problems in any domain. And it can also JIT teach you bottom-up concepts when needed. Skip the docs โ
0
0
3
What is the adoption of ERC1155 like? Do any significant projects use it except for Polymarket? Create2 ERC20 tokens seem like a much better solution, given the network effects with existing DeFi
1
0
4
Foundry has a new release candidate: v1.4.0-rc3! Highlights include: backtraces, configuration inheritance & multi-chain configuration, forge fmt powered by Solar๐, enhanced coverage guided fuzzing, custom precompiles & many performance improvements! $ foundryup -i v1.4.0-rc3
11
35
177
Porto v0.1 is out with automatic fee token detection logic! This means that your users don't need to hold the native token of a chain to make an action, great UX! It also means your app doesn't need to make any code changes to leverage that feature, great DX! `pnpm i porto`
68
12
250
There must be a more safe or efficient encoding scheme than abi encoding. Is there any prior work on this?
2
0
5
Porto is now production-ready & fully open source! Portoโs north star is to enable secure and programmable web-native crypto payments & finance without passwords, or browser extensions. Integrate now in 2 lines of code and in less than 1 minute: `pnpm i porto`.
68
89
682