hi,
I'm made a small nodejs app that is able to read from a chain, but now I want to make the "write" past of it (like publishing items to a stream).
The thing is, setting up a chain and working out the logic is a lot of work and I don't want to make the chain dirty with wrong data.
Is it possible to simply copy the chain in a new folder and go from there?