research the use of Swarm for primeCasino
johannbarbie opened this issue · 2 comments
johannbarbie commented
Bounty
the design of the SolEVM client app flow requires a storage layer to to communicate CODE and DATA offchain between client and solvers/challengers. we found that IPFS uses protobuf and can not easily be proven on-chain.
Scope
- read up on swarm
- whip up an on-chain proof algo
Deliverables
- decision to use SWARM or not
Gain for the project
- unblock Song of Dawn
Roles
bounty gardener: @johannbarbie / 10%
bounty worker: @pinkiebell / 70%
bounty reviewer: @johannbarbie / 20%
johannbarbie commented
for details see thread here: https://leapdao.slack.com/archives/CJCJRSEH4/p1560418154000400
pinkiebell commented
Result:
- wiki outdated
- lead me to https://github.com/ethersphere/swarm/blob/swarm-network-rewrite/swarm/storage/pyramid.go
- They call it
Pyramid Hash
/Pyramid Chunker
For us that means it will never ever go into our contracts due to complexity, gas costs and a general misfit for our architecture.