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

https://github.com/cbarraford/black

A blockchain slack implementation
https://github.com/cbarraford/black

blockchain chat python slack

Last synced: about 1 month ago
JSON representation

A blockchain slack implementation

Awesome Lists containing this project

README

          

Black
=====
The name, Black, comes from blockchain + slack. Black is a decentralized chat
service (similar to slack) utilizing the blockchain and P2P communication.

This is built for academic purposes of exploring how blockchains work. Not
recommended for production use.

### Development
To run Black...

```
docker-compose up
```

If desired, you can run the setup script that runs various curl commands to
prove everything works...
```
bash setup.bash
```