MiNode/README.md
Krzysztof Oziomek e246c7558d Update README.md
2016-06-30 10:39:31 +02:00

15 lines
276 B
Markdown

# MiNode
Python 3 implementation of the Bitmessage protocol. Designed only to route objects inside the network.
## Running
Make sure you have Python 3.x installed.
```
git clone https://github.com/TheKysek/MiNode.git
```
```
cd MiNode
```
```
chmod +x start.sh
./start.sh
```