MiNode/README.md

15 lines
276 B
Markdown
Raw Normal View History

2016-06-30 05:19:01 +00:00
# MiNode
2016-06-30 08:39:31 +00:00
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
```