{"id":16065383,"url":"https://github.com/fu5ha/nano-rs","last_synced_at":"2025-10-22T12:31:26.628Z","repository":{"id":57643289,"uuid":"124150562","full_name":"fu5ha/nano-rs","owner":"fu5ha","description":"An implementation of Nano in Rust using Tokio","archived":true,"fork":false,"pushed_at":"2018-05-01T23:05:49.000Z","size":125,"stargazers_count":29,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T18:16:59.108Z","etag":null,"topics":["cryptocurrency","nano","nano-currency","nanocurrency","rust","tokio"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fu5ha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-06T23:17:40.000Z","updated_at":"2024-09-26T14:44:37.000Z","dependencies_parsed_at":"2022-08-27T20:03:19.092Z","dependency_job_id":null,"html_url":"https://github.com/fu5ha/nano-rs","commit_stats":null,"previous_names":["termhn/nano-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fu5ha%2Fnano-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fu5ha%2Fnano-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fu5ha%2Fnano-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fu5ha%2Fnano-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fu5ha","download_url":"https://codeload.github.com/fu5ha/nano-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237689196,"owners_count":19350909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptocurrency","nano","nano-currency","nanocurrency","rust","tokio"],"created_at":"2024-10-09T05:12:34.931Z","updated_at":"2025-10-22T12:31:21.269Z","avatar_url":"https://github.com/fu5ha.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nano-rs\n\nNano-rs is a pure Rust implementation of the Nano cryptocurrency based on Tokio. It is currently in its very infancy.\n\nThis repo serves as a monorepo that contains several crates, including the root `nano-rs` crate, which is the node implementation itself. There are also several subcrates:\n\n- `nanopow-rs` is a standalone Proof of Work implementation.\n- `nano-lib-rs` provides types and functions for working with the Nano protocol in Rust.\n\n## Milestones\n\n- [ ] A basic node that can validate and store blocks sent to it\n  - [ ] Data structures\n    - [x] Blocks\n    - [x] Message headers\n    - [ ] Message body\n      - [x] Block\n      - [X] Keepalive peers\n      - [ ] Confirm Ack (votes etc)\n      - [ ] Others...\n  - [ ] Database\n  - [x] Proof of work\n  - [ ] Cryptographic functions\n  - [ ] Basic wallet functions\n  - [ ] Networking\n    - [ ] Receiving keepalives and blocks\n      - [x] keepalives\n      - [x] publish\n      - [x] confirm_req\n      - [ ] confirm_ack\n      - [ ] others...\n    - [x] Sending keepalives\n- [ ] Add broadcasting and discovery\n- [ ] Add RPC interface\n- [ ] Add voting\n- [ ] Add compatibility with existing Nano Nodes\n- [ ] Add complete testing harness\n- [ ] Possibly more things in the future\n\n## Installation/Usage\n\nFirst, [install Rust](https://rustup.rs/).\n\nThen make sure you're running nightly rust:\n\n```sh\nrustup toolchain install nightly\nrustup default nightly\n```\n\nThen,\n\n```sh\ngit clone https://github.com/termhn/nano-rs\ncd nano-rs\ncargo run --release\n```\n\nLogging is printed to stderr and saved in files in the `logs/` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffu5ha%2Fnano-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffu5ha%2Fnano-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffu5ha%2Fnano-rs/lists"}