mirror of https://github.com/status-im/pluto.git
d6d7c8bc33 | ||
---|---|---|
.circleci | ||
docs | ||
examples/resources/extensions/piplette | ||
figwheel | ||
scripts | ||
src/pluto | ||
test/pluto | ||
.gitignore | ||
README.md | ||
deps.edn | ||
project.clj |
README.md
Development
Development requires Deps and CLI tooling installed.
Run Clojure tests using clojure -Atest-clj
Run ClojureScript tests using clojure -Atest-cljs
Run figwheel using clojure -Afigwheel
.
IPFS
To upload a directory to IPFS:
ipfs daemon
To add a directory:
ipfs add -r {dir-name}
After that it will be available through localhost:8080 and the main gateway. It will eventually disappear from the main gateway.