NebulousLabs / nodejs-skynet

Library for integrating Skynet into Node.js applications
MIT License
29 stars 12 forks source link

Added dryRun option to uploads #39

Closed Delivator closed 4 years ago

Delivator commented 4 years ago

Pretty straight forward. If dryRun is enabled the dryrun option parameter gets passed to skynet, generating a skylink without uploading content to hosts.

mrcnski commented 4 years ago

Awesome, looks good! Can you please add a test in upload.test.js?

mrcnski commented 4 years ago

Thanks, really appreciate it! There's a ton of small stuff like this that we've been too busy to add.