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
- Host: GitHub
- URL: https://github.com/cbarraford/black
- Owner: cbarraford
- License: mit
- Created: 2017-11-12T14:40:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T14:06:23.000Z (over 8 years ago)
- Last Synced: 2025-03-02T07:44:01.770Z (over 1 year ago)
- Topics: blockchain, chat, python, slack
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```