[feature] use Ganache Blockchain node to replace online Deltachain node
lencyforce opened this issue · 0 comments
lencyforce commented
Using online Deltachain node causes all the demos connect to a same Blockchain network. All the nodes will try to join a task while most of the nodes are not in the same physical network. Thus the task tends to fail easily.
We should add a Ganache Blockchain node in the delta-all-in-one package and make the network using its own local Blockchain node.