Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`