{"id":13566146,"url":"https://github.com/RedStoneCoin/redstone-rs","last_synced_at":"2025-04-03T23:31:13.838Z","repository":{"id":42522967,"uuid":"377531171","full_name":"RedStoneCoin/redstone-rs","owner":"RedStoneCoin","description":"Redstone Project is a p2p custom blockchain implementation, comprised of a network of interconnected sub-chains for better speed and scalability.","archived":true,"fork":false,"pushed_at":"2022-09-28T14:26:20.000Z","size":478,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-04T20:42:13.862Z","etag":null,"topics":["blockchain","p2p","rust","scalability"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedStoneCoin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2021-06-16T14:48:45.000Z","updated_at":"2024-04-04T11:57:09.000Z","dependencies_parsed_at":"2023-01-18T13:53:25.353Z","dependency_job_id":null,"html_url":"https://github.com/RedStoneCoin/redstone-rs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedStoneCoin%2Fredstone-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedStoneCoin%2Fredstone-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedStoneCoin%2Fredstone-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedStoneCoin%2Fredstone-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedStoneCoin","download_url":"https://codeload.github.com/RedStoneCoin/redstone-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097718,"owners_count":20883124,"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":["blockchain","p2p","rust","scalability"],"created_at":"2024-08-01T13:02:03.230Z","updated_at":"2025-04-03T23:31:10.957Z","avatar_url":"https://github.com/RedStoneCoin.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Redstone-rs\n![Github All Releases](https://img.shields.io/github/downloads/RedStoneCoin/redstone-rs/total.svg)\n[![Join the chat at https://discordapp.com/invite/8ezwRUK](https://img.shields.io/discord/539606376339734558.svg?label=discord\u0026logo=discord\u0026logoColor=white)](https://discord.gg/JjThnVdASR)\n[![GitHub contributors](https://img.shields.io/github/contributors-anon/Redstonecoin/redstone-rs?label=Contributors)](https://github.com/Redstonecoin/redstone-rs/graphs/contributors) [![GitHub issues](https://img.shields.io/github/issues/Redstonecoin/redstone-rs?label=Issues)](https://github.com/RedStoneCoin/redstone-rs/issues) ![GitHub stars](https://img.shields.io/github/stars/Redstonecoin/redstone-rs?label=Github%20Stars)\n\n## Implementation of Redstone protocol\nRedstone Project is a p2p custom blockchain implementation, comprised of a network of interconnected subchains providing improved speed and scalability over conventional cryptocurrenys.\nThis is the offical implemention of the redstone protocol. It is written in rust. Protocol is subject to frequent change and as such no complete documention exists (however it is in the works) It is currently not ready for usage.\n[DOCS](https://github.com/RedStoneCoin/redstone-rs/blob/main/DOCS.MD)\n\n## Table of Contents\n\n- [How to compile](#how-to-compile)\n  - [Linux](#linux)\n    - [Prerequisites](#prerequisites)\n      - [Generic Linux](#generic-linux)\n- [Todo](https://pacific-philosophy-3dd.notion.site/38585e4797344b968e7cd9280ca714c7?v=5f039c4709b244c3a139572315a77ddf)\n\n## How to compile\n\n### Linux\n\n#### Prerequisites\n\nRedstone makes abundant use of Rust's syntax extensions and other advanced, unstable features. Because of this, you will need to use a nightly version of Rust. If you already have a working installation of the latest Rust nightly, feel free to skip to the next section.\nTo install a nightly version of Rust, we recommend using rustup. Install rustup by following the instructions on its website. Once rustup is installed, configure Rust nightly as your default toolchain by running the command:\n\n```\nrustup default nightly\n```\n\nTo build redstone you also need installed dependencies listed bellow:\n\n```\nOpenSLL\nGCC\nCmake\n```\n\n##### Generic Linux\n\nEnsure you have the dependencies listed above.\n\n```bash\ngit clone -b master --single-branch https://github.com/RedStoneCoin/redstone-rs/\ncd redstone-rs/bin/node # for node\ncd redstone-rs/bin/wallet # for wallet\ncargo build --release\n```\nAfter the completion, the binaries will be in the `target/release` folder.\n\n\n## Reporting a Vulnerability\n\nIf you the vulnerability is already publicy known or not explotable then please open an issue. (eg you can crash local nodes using x)\nIf it is a critical vulnerability that must be not known please contact us on redstonecrypto@gmail.com\n\n# Contributors\n- [Toni Dev](https://github.com/Toni-d-e-v) - Founder and primary developer of redstone\n- [Leo Cornelius](https://github.com/leocornelius) - Core contributor to Redstone and secuirty advisary to the redstone team\n- This could be you!\n\nIf you feel we have missed you out from this section please open an Issue or PR! Rest assured it is not intentional.\nWe welcome new contributors and team members. Please join our discord to get up to date, and feel free to open PRs and issues. Please be civil, developers are only human :)\n\n# Thanks\nA massive thanks to the amazing team at rust, for their groundbreaking contributions to the programing-scape!\nWe would also like to thank all of the projects, resources and individuals who aided us in learning about cryptocurrencies and hope our contributions are worth of your praise! Kudos to all OSS developers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRedStoneCoin%2Fredstone-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRedStoneCoin%2Fredstone-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRedStoneCoin%2Fredstone-rs/lists"}