Skip to content
#

decentralized

Here are 1,151 public repositories matching this topic...

server
lbry-sdk
js-ipfs
sreeharshar84
sreeharshar84 commented Jul 8, 2021

The example in ipfs.add (https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md#ipfsadddata-options) lists the following example.

This is clearly wrong, there is no variable with the name "content"

const file = {
path: '/tmp/myfile.txt',
content: 'ABC'
}

const result = await ipfs.add(content)

console.info(result)

/*
Prints:
{
"path": "tmp",
"cid": CID("Qm

yggdrasil-go
DaniellMesquita
DaniellMesquita commented Dec 21, 2019

Unpacking yggdrasil (0.3.9) ...
dpkg: error processing archive yggdrasil-0.3.9-i386.deb (--install):
unable to create '/etc/systemd/system/yggdrasil.service.dpkg-new' (while processing 'etc/systemd/system/yggdrasil.service'): No such file or directory
Errors were encountered while processing:
yggdrasil-0.3.9-i386.deb

There are Linux distros such as AntiX (Debian) and Gentoo whic

Improve this page

Add a description, image, and links to the decentralized topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decentralized topic, visit your repo's landing page and select "manage topics."

Learn more