Berabones Rust template setup for 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
You can generate your own project based on this template using
cargo-generate
:
cargo generate --git https://github.com/aggstam/random-x --name {project-name}