{"id":13511303,"url":"https://github.com/witnet/witnet-rust","last_synced_at":"2025-04-09T22:17:31.525Z","repository":{"id":29097647,"uuid":"120209021","full_name":"witnet/witnet-rust","owner":"witnet","description":"Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend  👁️🦀","archived":false,"fork":false,"pushed_at":"2025-03-28T14:22:05.000Z","size":16522,"stargazers_count":182,"open_issues_count":107,"forks_count":59,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-09T22:17:19.869Z","etag":null,"topics":["blockchain","cryptocurrency","oracles","p2p","protocol","rust","smart-contracts","witnet"],"latest_commit_sha":null,"homepage":"https://docs.witnet.io","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/witnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-04T17:59:46.000Z","updated_at":"2025-03-27T18:57:34.000Z","dependencies_parsed_at":"2023-09-23T02:06:25.914Z","dependency_job_id":"f79c5c77-b4bc-44bc-a08d-71cf5a678dc6","html_url":"https://github.com/witnet/witnet-rust","commit_stats":null,"previous_names":[],"tags_count":147,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witnet%2Fwitnet-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witnet%2Fwitnet-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witnet%2Fwitnet-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witnet%2Fwitnet-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/witnet","download_url":"https://codeload.github.com/witnet/witnet-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119286,"owners_count":21050755,"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","cryptocurrency","oracles","p2p","protocol","rust","smart-contracts","witnet"],"created_at":"2024-08-01T03:00:46.865Z","updated_at":"2025-04-09T22:17:31.496Z","avatar_url":"https://github.com/witnet.png","language":"Rust","funding_links":[],"categories":["Blockchains"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e\u003cimg src=\"https://raw.githubusercontent.com/witnet/witnet-rust/master/.github/header.png\" alt=\"Witnet-rust\"/\u003e\u003c/a\u003e\u003c/h1\u003e\n    \u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/492453503390842880?style=flat\u0026logo=discord\u0026label=Discord\u0026labelColor=grey\u0026link=https%3A%2F%2Fdiscord.gg%2F7Kz2mhHnZf\"\u003e\n    \u003ca href=\"https://github.com/witnet/witnet-rust/actions\"\u003e\u003cimg src=\"https://github.com/witnet/witnet-rust/actions/workflows/master.yml/badge.svg\" alt=\"Build Status\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/witnet/witnet-rust/graphs/contributors\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/witnet/witnet-rust.svg\" alt=\"GitHub contributors\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/witnet/witnet-rust/commits/master\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/witnet/witnet-rust.svg\" alt=\"Github last commit\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/witnet/witnet-rust/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/witnet/witnet-rust.svg\" alt=\"GPLv3 Licensed\" /\u003e\u003c/a\u003e\n    \u003cbr/\u003e\u003cbr/\u003e\n    \u003cp\u003e\u003cstrong\u003ewitnet-rust\u003c/strong\u003e is an open source implementation of the Witnet Decentralized Oracle Network protocol written in Rust.\u003c/p\u003e\n\u003c/div\u003e\n\n## Components\n__witnet-rust__ implements many different components intended to work in the Witnet ecosystem:\n- __[node]__: a fully validating and archival Witnet blockchain node.\n- __[wallet]__: a separate server for managing Witnet keys and abstracting the complexity of creating transactions.\n- __[crypto]__: library implementing all the crypto-related operations used by Witnet, including signatures, hash functions and verifiable random functions.\n- __[rad]__: an interpreter for [RADON] scripts included in Witnet data requests.  \n- __[storage]__: the convenient local storage solution used by `node` and `wallet`.\n- __[p2p]__: modules for managing peer sessions and connections.\n- __[data_structures]__: data structures common to all other components.\n- __[validations]__: functions that validate Witnet protocol data structures.\n- __[schemas]__: Protocol Buffer schemas for the Witnet protocol.\n\nMembers of the Witnet project also develop and maintain these other related Rust crates:\n- __[protobuf-convert]__: macros for convenient serialization of Rust data structures into/from Protocol Buffers.\n- __[async-jsonrpc-client]__: event-driven JSON-RPC client with support for multiple transports\n\n## Current status\n\n_DISCLAIMER: This is experimental software running on experimental network protocols. Be careful!_\n\n- All the main components are in place—but they need yet to be battle tested before mainnet.\n- `Testnet-1` is live. [Here's the roadmap][roadmap] and this is [how to run a node].\n- The Witnet community is doing its best to make `witnet-rust` rock solid as soon as possible.\n- [Contributions](CONTRIBUTING.md) are more than welcome.\n\n## Running / installing\n\nDetailed installation instructions can be found in the [installation guide][install].\n\n## Contributing\n\n- To get involved, read our [contributing guide][contributing].\n- You can find us on [Discord].\n\n[![](https://dcbadge.limes.pink/api/server/7Kz2mhHnZf)](https://discord.gg/7Kz2mhHnZf)\n\n\n## Project documentation\n\nWitnet project's official documentation is available at [docs.witnet.io][docs].\n\n## License\n\nWitnet-rust is published under the [GNU General Public License v3.0][license].\n\n[node]: https://github.com/witnet/witnet-rust/tree/master/node\n[wallet]: https://github.com/witnet/witnet-rust/tree/master/wallet\n[crypto]: https://github.com/witnet/witnet-rust/tree/master/crypto\n[rad]: https://github.com/witnet/witnet-rust/tree/master/rad\n[storage]: https://github.com/witnet/witnet-rust/tree/master/storage\n[p2p]: https://github.com/witnet/witnet-rust/tree/master/p2p\n[data_structures]: https://github.com/witnet/witnet-rust/tree/master/data_structures\n[validations]: https://github.com/witnet/witnet-rust/tree/master/validations\n[schemas]: https://github.com/witnet/witnet-rust/blob/master/schemas/witnet/witnet.proto\n[protobuf-convert]: https://github.com/witnet/protobuf-convert\n[async-jsonrpc-client]: https://github.com/witnet/async-jsonrpc-client\n[roadmap]: https://medium.com/witnet/an-updated-witnet-roadmap-to-mainnet-cb8543c534a4\n[how to run a node]: https://medium.com/witnet/how-to-run-a-full-node-on-the-witnet-testnet-911986b8add3\n[docs]: https://docs.witnet.io\n[install]: https://docs.witnet.io/try/run-a-node/\n[Contributing]: https://github.com/witnet/witnet-rust/blob/master/CONTRIBUTING.md\n[RADON]: https://docs.witnet.io/protocol/data-requests/overview/#the-rad-engine\n[Discord]: https://discord.gg/7Kz2mhHnZf\n[license]: https://github.com/witnet/witnet-rust/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitnet%2Fwitnet-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwitnet%2Fwitnet-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitnet%2Fwitnet-rust/lists"}