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
- Host: GitHub
- URL: https://github.com/dyne/social-wallet-admin-console
- Owner: dyne
- Created: 2017-07-29T09:31:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T14:15:33.000Z (about 8 years ago)
- Last Synced: 2024-11-12T21:14:13.964Z (over 1 year ago)
- Topics: clojure, dyne, gorilla-repl
- Language: JavaScript
- Size: 950 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Wallet :: admin console
Interactive terminal for Social Wallet admins, built with [Freecoin](https://freecoin.dyne.org).
[](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.