Skip to content
Snippets Groups Projects
Commit 83bdc07f authored by Cédric Moreau's avatar Cédric Moreau Committed by GitHub
Browse files

Merge pull request #863 from duniter/readme

Update readme
parents 03735923 2ca749e1
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ Inspired by [Bitcoin](https://github.com/bitcoin/bitcoin) and [OpenUDC](https:// ...@@ -12,7 +12,7 @@ Inspired by [Bitcoin](https://github.com/bitcoin/bitcoin) and [OpenUDC](https://
Software is still under development, and **no production currency using Duniter exists for now**. Software is still under development, and **no production currency using Duniter exists for now**.
However, it already exists a testing currency named [Test_Net](https://forum.duniter.org/t/join-our-new-testnet-currency/813). Want to test it? Two ways. However, it already exists a testing currency named [Ğtest](https://forum.duniter.org/t/join-the-gtest-currency/1620). Want to test it? Two ways.
### Add your node to the network ### Add your node to the network
...@@ -40,11 +40,24 @@ Visit [Duniter website](https://duniter.org): it gathers theoretical information ...@@ -40,11 +40,24 @@ Visit [Duniter website](https://duniter.org): it gathers theoretical information
If you wish to participate/debate on Duniter, you can: If you wish to participate/debate on Duniter, you can:
* visit [Duniter Forum](http://forum.duniter.org) * visit [Duniter Forum](https://forum.duniter.org)
* join XMPP chatroom [duniter@muc.duniter.org](https://jappix.com/) * join XMPP chatroom [duniter@muc.duniter.org](https://chat.duniter.org)
* join diffusion list [https://groups.google.com/forum/?hl=fr#!forum/ucoin](https://groups.google.com/forum/?hl=fr#!forum/ucoin)
* contact us directly at [contact@duniter.org](mailto:contact@duniter.org) * contact us directly at [contact@duniter.org](mailto:contact@duniter.org)
### Developement
Duniter is using modules on different git repositories:
- [Crawler](https://github.com/duniter/duniter-crawler): network crawler.
- [Prover](https://github.com/duniter/duniter-prover): handle Proof-of-Work.
- [BMA API](https://github.com/duniter/duniter-bma): Basic Merkled API.
- [Keypair](https://github.com/duniter/duniter-keypair): provide the cryptographic keypair.
- [WotB](https://github.com/duniter/wotb): compute Web of Trust.
- [Debug](https://github.com/duniter/duniter-debug): debug tool.
- [Web admin](https://github.com/duniter/duniter-ui): web administration interface (optional).
Optional modules:
- [Remuniter](https://github.com/duniter/remuniter): service to remunerate blocks issuers.
- [Wot explorer](https://github.com/c-geek/wotex): Web of Trust explorer.
# References # References
## Theoretical ## Theoretical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment