Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfelde/akap-browser
Web app for browsing and interacting with AKAP nodes
https://github.com/cfelde/akap-browser
clojurescript ethereum ldap smart-contracts webapp
Last synced: about 1 month ago
JSON representation
Web app for browsing and interacting with AKAP nodes
- Host: GitHub
- URL: https://github.com/cfelde/akap-browser
- Owner: cfelde
- License: apache-2.0
- Created: 2020-01-02T08:31:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T12:04:45.000Z (almost 5 years ago)
- Last Synced: 2024-12-06T20:46:11.725Z (about 1 month ago)
- Topics: clojurescript, ethereum, ldap, smart-contracts, webapp
- Language: Clojure
- Homepage: https://akap.me
- Size: 492 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AKAP browser
The AKAP browser lets you claim, interact with and set properties on AKAP nodes.
AKAP, or AKA protocol, is a smart contract on Ethereum which gives you LDAP like features.
Read more about AKAP on [akap.me](https://akap.me). This project also builds that site.
## To run
Firstly, you'll need [Leiningen](https://leiningen.org/) installed. Then run `run_dev.sh` to get started.
Production builds can be made with `build_prod.sh` and `run_prod.sh`.