Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/status-im/pluto
https://github.com/status-im/pluto
clojure clojurescript edn ethereum ipfs web3
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/status-im/pluto
- Owner: status-im
- Created: 2018-02-17T09:30:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T11:44:58.000Z (over 5 years ago)
- Last Synced: 2024-03-19T02:43:38.164Z (8 months ago)
- Topics: clojure, clojurescript, edn, ethereum, ipfs, web3
- Language: Clojure
- Homepage: https://status-im.github.io/pluto/
- Size: 6.11 MB
- Stars: 11
- Watchers: 19
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Security: docs/security.md
Awesome Lists containing this project
README
[![CircleCI](https://img.shields.io/circleci/project/github/status-im/pluto.svg)](https://circleci.com/gh/status-im/pluto/tree/master)
## Development
Development requires [Deps and CLI](https://clojure.org/guides/getting_started) tooling installed.
Run dev mode using `make dev`.
### Tests
Run Clojure tests using `clojure -A:test-clj` (or continuously via `clojure -A:test-clj -w src`)
Run ClojureScript tests using `clojure -A:test-cljs`