web app for ipfs dag investigation

selfsame 0d4cd57172 update focusing vor 8 Jahren
.cljs_rhino_repl 429d3fdde1 dag view in desktop with breadcrumbs vor 8 Jahren
javascrip f7c6d4bf98 js dag loading vor 8 Jahren
resources 429d3fdde1 dag view in desktop with breadcrumbs vor 8 Jahren
scripts 429d3fdde1 dag view in desktop with breadcrumbs vor 8 Jahren
src 0d4cd57172 update focusing vor 8 Jahren
.gitignore 0b7dec1387 initial commit vor 8 Jahren
LICENSE 3f603e99fc Initial commit vor 8 Jahren
README.md d17e135b45 Update README.md vor 8 Jahren
figwheel.bat 0b7dec1387 initial commit vor 8 Jahren
figwheel.sh 429d3fdde1 dag view in desktop with breadcrumbs vor 8 Jahren
ifps3.sublime-project 0b7dec1387 initial commit vor 8 Jahren
ifps3.sublime-workspace 0d4cd57172 update focusing vor 8 Jahren
project.clj 89796092ea cleanup vor 8 Jahren

README.md

playground for ipfs.js with cljs and om.next

setting up ipfs

  • install ipfs (https://ipfs.io/)
    • ipfs init
    • ipfs daemon
    • allow CORS for localhost ipfs server
    • ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "[\"http://localhost:3449\"]"
    • ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"GET\", \"POST\"]"
    • ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials "[\"true\"]"
  • cljs
    • start figwheel lein run -m clojure.main --init scripts/figwheel.clj

Drag files into the app to add them

ipfs-dropping