Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggstam/random-x
Barebones Rust template setup for RandomX bindings.
https://github.com/aggstam/random-x
bindings monero randomx rust
Last synced: about 1 month ago
JSON representation
Barebones Rust template setup for RandomX bindings.
- Host: GitHub
- URL: https://github.com/aggstam/random-x
- Owner: aggstam
- License: bsd-3-clause
- Created: 2023-08-10T19:21:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-02T10:20:30.000Z (over 1 year ago)
- Last Synced: 2024-10-15T05:23:03.617Z (3 months ago)
- Topics: bindings, monero, randomx, rust
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-x
Berabones Rust template setup for [RandomX](https://github.com/tevador/RandomX) bindings.
Before execution, pull the submodules by executing:
```
make bootstrap
```
Example (unsafe) usage is implemented as a unit test and can be executed using:
```
make test
```## Template generation
You can generate your own project based on this template using
[`cargo-generate`](https://github.com/cargo-generate/cargo-generate#installation):
```sh
cargo generate --git https://github.com/aggstam/random-x --name {project-name}
```