commit 1dc43c55028611f97c1f766ff29e86d8cd2b0292 Author: Nicolás A. Ortega Date: Fri Jun 23 23:29:57 2017 +0200 Added basic readme diff --git a/README.md b/README.md new file mode 100644 index 0000000..33d8d40 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +NeoComm +======= +NeoComm is a completely decentralized and anti-censorship IRC replacement network. The objective of this network is to create a secure form of group instant communication similar to IRC but decentralizing the network, and as a consequence hindering censorship within the network and protecting the network's endurance against malevolent entities that may try to block access to the network. + +This repository provides a library with interfaces by which you can access the network, which you are able to use in your own software under the terms & conditions of the [library's license](#license). + +Network Model +------------- + +API Documentation +----------------- +_There is currently no API available._ + +Clients +------- +_There are currently no clients available._ + +Building +-------- + +License +-------