orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Reload old data through ipfs node instance

Open ticruz38 opened this issue 7 years ago • 0 comments

Is there a way to reload data through page refresh with the sample implementation available in orbit-db/browser

const ipfsDaemon = new IpfsDaemon({
            IpfsDataDir: '/datadir',
            SignalServer: 'star-signal.cloud.ipfs.team'
        });

by implementing the ipfs node that way I do get the same node id through implementations but can't find a way to reload old database through refresh...

ticruz38 avatar Apr 12 '17 14:04 ticruz38