Hey I'm designing a Dapp that has a database contract and a contract with the logic side. The only way I can see of making this work is through having the logic contract make a call to a getter or setter in the database contract for every value it needs. This seems like a very expensive design. Is there a better way to access this data, using libraries or some other way?
Asked
Active
Viewed 60 times
2
delegatecallis a more efficient and extensible option IMHO – Tjaden Hess Jan 28 '17 at 20:08