synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

data structure #110

Closed PavithraViswanathan12 closed 5 years ago

PavithraViswanathan12 commented 5 years ago

When a contract is deployed in quorum network where the data is stored ? Is it uses any inbuilt level db or some other databases? Or should I manually write code to store it in level db?

abhayar commented 5 years ago

@PavithraViswanathan12 Yes, it uses inbuilt level db to store quorum network data.

PavithraViswanathan12 commented 5 years ago

thanks!