Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var content = new Blob(['asdsadsa'], {type : 'text/javascript'})
- ipfs.files.write('myfile.js', content, (err) => {
- if (err) { console.log(err)}
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement