nimbus-eth1 icon indicating copy to clipboard operation
nimbus-eth1 copied to clipboard

Fluffy and the EVM

Open kdeme opened this issue 1 year ago • 1 comments

While a functional state network in Portal is still far away, we can already investigate how easy it is to link the EVM code to Fluffy. This task is about investigating how convenient it is to add current EVM functionality to Fluffy. No input needs to come from the network (there isn't one), it is rather to see of we can just drop in the EVM in Fluffy in its current state.

kdeme avatar Jul 13 '22 13:07 kdeme

Ideally, fluffy just uses the EVMC API ( https://github.com/status-im/nim-evmc ) so that it's easier to spec alternative Portal Network implementations.

mratsim avatar Jul 13 '22 19:07 mratsim