yhsiang / detroit

detroit-chi.vercel.app
MIT License
5 stars 1 forks source link

replace leveldb in ganache #3

Open yhsiang opened 2 years ago

yhsiang commented 2 years ago

Current situation is like a POC, and we use ganache to achieve this. But for service scalability, leveldb only allows the local access and one process each time. If we can share a single leveldb, we can have better scalability for our service. related issue in Ganache trufflesuite/ganache/issues/815