web app for ipfs dag investigation

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

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