This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
how to create multiple independent ganache instances in nodejs? #4552
Answered
by
mookim-eth
mookim-eth
asked this question in
Q&A
-
i tried using How to create different independent chains in a nodejs process? |
Beta Was this translation helpful? Give feedback.
Answered by
mookim-eth
Nov 6, 2023
Replies: 1 comment 1 reply
-
I don't think they do. Can you provide example code? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for your reply, I found the issue is caused by my
database.dbPath
options, setting the same folder will re-use the old blockchain state instead of creating a new one