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

https://github.com/dyne/social-wallet-admin-console

Interactive admin console (REPL) for the social wallet
https://github.com/dyne/social-wallet-admin-console

clojure dyne gorilla-repl

Last synced: 9 months ago
JSON representation

Interactive admin console (REPL) for the social wallet

Awesome Lists containing this project

README

          

# Social Wallet :: admin console

Interactive terminal for Social Wallet admins, built with [Freecoin](https://freecoin.dyne.org).

[![software by Dyne.org](https://www.dyne.org/wp-content/uploads/2015/12/software_by_dyne.png)](http://www.dyne.org)

# Installation

Follow the installation instructions for the [Freecoin social wallet](https://github.com/Commonfare-net/macao-social-wallet).

# Running the app

In the repl

```
lein repl
```

start the server with:

```
(run-gorilla-server 8990)
```

Where the `8990` is the port the server will run on.