Bayge pfp
Bayge
@bayge
Hey everyone! I'm excited to announce I've built a simulator for Ethereum on RISC-V that I've been making compatible with Arbitrum Stylus. I've just posted a post on a part of the experience developing it, which you can read below. To recap what RISC-V and Stylus is:
3 replies
3 recasts
9 reactions

Bayge pfp
Bayge
@bayge
RISC-V is an open source "reduced instruction set" instruction set. There's been some discussion of switching Ethereum off the EVM to RISC-V, for the gains in ZK proving. RISC-V is normally used in an embedded context, though several teams are trying to ZK prove its execution (Risc Zero).
1 reply
0 recast
1 reaction

Bayge pfp
Bayge
@bayge
Arbitrum Stylus is a Rust smart contract programming SDK. With Stylus, you can write smart contracts in any programming language for much cheaper, because the Arbitrum nodes run your WASM code alongside the existing EVM! You can call EVM contracts and vice versa without any in between.
1 reply
0 recast
2 reactions