Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duniter/duniter-rs
Implementation of DUniter Protocol (DUP) in Rust. DUP is a crypto-currency protocol to manage libre currency such as Ğ1.
https://github.com/duniter/duniter-rs
duniter duniter-protocol dup rust
Last synced: 3 months ago
JSON representation
Implementation of DUniter Protocol (DUP) in Rust. DUP is a crypto-currency protocol to manage libre currency such as Ğ1.
- Host: GitHub
- URL: https://github.com/duniter/duniter-rs
- Owner: duniter
- License: agpl-3.0
- Created: 2018-07-15T11:25:54.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-20T22:30:16.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T13:33:07.644Z (5 months ago)
- Topics: duniter, duniter-protocol, dup, rust
- Language: Rust
- Homepage: https://duniter.org/fr/wiki/duniter-rs/
- Size: 4.66 MB
- Stars: 14
- Watchers: 8
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Duniter-Rust logo](https://git.duniter.org/nodes/rust/duniter-rs/raw/dev/images/dunitrust.png)
# Duniter Rust (Dunitrust)
[![Latest Version](https://img.shields.io/badge/latest-v0.1.1--a1-orange.svg)](https://git.duniter.org/nodes/rust/duniter-rs/tags/v0.1.1-a1)
[![docs](https://librelois.fr/img/docs-read%20now-green.svg)](https://nodes.duniter.io/rust/duniter-rs/dunitrust/)
[![build status](https://git.duniter.org/nodes/rust/duniter-rs/badges/dev/build.svg)](https://git.duniter.org/nodes/rust/duniter-rs/commits/dev)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.41.0+-yellow.svg)](https://github.com/rust-lang/rust/blob/master/RELEASES.md)## What is Duniter
Duniter is a libre software allowing to create a new kind of P2P crypto-currencies based on individuals and a Universal Dividend.
it's inspired by [Bitcoin] and [OpenUDC] projects.
## What is `dunitrust`
`dunitrust` is a new implementation of Duniter protocol and software in [Rust], a "safe, concurrent, practical language".
It's in active developpement but is not usable yet.
[Bitcoin]: https://github.com/bitcoin/bitcoin
[OpenUDC]: https://github.com/Open-UDC/open-udc
[Rust]: https://www.rust-lang.org/fr-FR/## License
Copyright (C) 2017-2019 The AXIOM TEAM Association.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .