backup chain for developmen

+1 vote
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?
asked May 1, 2017 by anonymous

1 Answer

0 votes

You can use multichain-util clone ... to create a copy of an existing chain with most of the same parameters. See this page for more information: http://www.multichain.com/developers/creating-connecting/

answered May 2, 2017 by MultiChain
...