ConsenSysMesh / web3studio-sojourn

A React Native DevKit with code for a Web3 Decentralized Data Storage Pattern.
https://consensys.github.io/web3studio-sojourn/
Apache License 2.0
31 stars 5 forks source link

Remove extranous contracts #54

Closed barlock closed 5 years ago

barlock commented 5 years ago

What does this PR do?
Removes extra files, there's a bug in truffle somewhere, not sure exactly though.

What gif most accurately describes how I feel towards this PR?
facepalm

barlock commented 5 years ago

These in particular were checked in by mistake. The ones here https://github.com/ConsenSys/imagineering-sojourn/tree/master/src/contracts are the 'deployed' contracts.

I'm not sure what the "state of the art" thing to do with those migration files is. In a real production app I could see storing them in ipfs or an s3 bucket and constantly modding them, but you'd need some reference back to at least the migration contract. This seemed like a solid middle ground without a lack of best practice.