selfsame / ipfs-desk

web app for ipfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

web app for ipfs

License:MIT License


Languages

Language:JavaScript 77.5%Language:Clojure 21.6%Language:CSS 0.7%Language:HTML 0.2%Language:Batchfile 0.0%Language:Shell 0.0%