Expose vote contract as a rollup
In our rollup kernel we need to replace the old hardcoded Fibonacci contract with a hardcoded Vote contract.
This involves some nuances, like:
- We need a way to store a complex contract storage value in durable storage. I.e. we need some dummy serialization.
- We likely want to accept
AMOUNTas another parameter.