LOG: 'chunk ->', '{
"Success": false,
"Time": 0,
"Text": "PING QmQKdM8z1T8AgnmhZYKvKu7jaFVTaALqcFdRZt7iCCaoF4."
}
{
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
API": { | |
"HTTPHeaders": { | |
"Access-Control-Allow-Credentials": [ | |
"true" | |
], | |
"Access-Control-Allow-Methods": [ | |
"PUT", | |
"GET", | |
"POST" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"result" : [ | |
{ | |
"_id" : "2015-2017" | |
}, | |
{ | |
"_id" : "Testclass (called test)" | |
}, | |
{ | |
"_id" : "Programming Tasks & Extension" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] test /Users/david/code/protocol-labs/js-ipfs-api | |
> gulp test | |
[09:57:43] Using gulpfile ~/code/protocol-labs/js-ipfs-api/gulpfile.js | |
[09:57:43] Starting 'test'... | |
[09:57:43] Starting 'test:node'... | |
[09:57:43] Starting 'daemons:start'... | |
ipfs init done - (bootstrap and mdns off) - c | |
ipfs init done - (bootstrap and mdns off) - a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "go-ipfs", | |
"name": "go-ipfs", | |
"tagline": "IPFS implementation and toolchain in Go", | |
"description": "go-ipfs is the main implementation of IPFS. It is the base distribution, and includes:\n- an IPFS core implementation\n- an IPFS daemon server\n- extensive command line tooling\n- an HTTP API for controlling the node\n- an HTTP Gateway for serving content to HTTP browsers\n", | |
"ascii": "ev9so7mlfqme0254s50oqiw1l", | |
"version": "v0.3.8", | |
"releaseLink": "releases/go-ipfs/v0.3.8", | |
"platforms": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const ipfsd = require('ipfsd-ctl') | |
ipfsd.local((err, node) => { | |
if (err) throw err | |
node.startDaemon((err, IPFS) => { | |
if (err) throw err | |
console.log('started') | |
IPFS.version((err, version) => { | |
if (err) throw err | |
console.log('version', version) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QmQyPdM64k4maVvCJRGrj4nJUadbnk3w8ns7PbstpFpXj1 stackexchange/Badges.xml | |
QmZgforpdszsDZhayAvwCaYNvqfc4aoJcB4icrqZRg1h1s stackexchange/Comments.xml | |
QmWByJh346KiVgUTQgQ1quMtQ3N82Fb9vC9EcFAwwDvu9n stackexchange/PostHistory.xml | |
QmUsE6NesKTQpV9Qenc5thRjeAGxx1Udop7dgMnb8nZxQC stackexchange/PostLinks.xml | |
QmbNG6f7m7GyvxxWCvoMmKNViey1E2McGxf6XsBMXkQH7c stackexchange/Posts.xml | |
QmYBHvzZyDBcNgZpWAiuChjDYx3nVGdirca2ZoQkFEVE2i stackexchange/Sites.xml | |
QmbFMke1KXqnYyBBWxB74N4c5SBnJMVAiMNRcGu6x1AwQH stackexchange/SitesList.xml | |
QmUScQ4Ji7GZvWbypFcHNgtC7oBoSns2U6SUqnGgCrdDeE stackexchange/Tags.xml | |
QmQ72L5XvZ4D6t2uYNoTogz2d2YbfDVB1zj4ubtUcU7wEa stackexchange/Users.xml | |
QmW2MGa6qur5ZHZwGhEaExqD5qDUjA5GYDit6tcfUAU73o stackexchange/Votes.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
distributions git/build-ourselves | |
❯ make dignifiedquire@Friedels-Mac-Pro | |
echo "** go-ipfs **" | |
** go-ipfs ** | |
cd dists/go-ipfs && make | |
mkdir -p ../../releases/go-ipfs | |
cp versions ../../releases/go-ipfs/versions | |
../../build-go.sh go-ipfs github.com/ipfs/go-ipfs/cmd/ipfs | |
dirty output directory | |
will skip building already existing binaries |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "** ipfs-update **" | |
** ipfs-update ** | |
cd dists/ipfs-update && make | |
mkdir -p ../../releases/ipfs-update | |
cp versions ../../releases/ipfs-update/versions | |
../../build-go.sh ipfs-update github.com/ipfs/ipfs-update | |
dirty output directory | |
will skip building already existing binaries | |
HEAD is now at 09f391e Merge pull request #16 from RichardLitt/feature/freenode | |
building versions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make ipfs-update | |
echo "** ipfs-update **" | |
** ipfs-update ** | |
cd dists/ipfs-update && make | |
mkdir -p ../../releases/ipfs-update | |
cp versions ../../releases/ipfs-update/versions | |
../../build-go.sh ipfs-update github.com/ipfs/ipfs-update | |
dirty output directory | |
will skip building already existing binaries | |
HEAD is now at 09f391e Merge pull request #16 from RichardLitt/feature/freenode |