Skip to content

spacemeshos/post-rs

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2025
Nov 22, 2024
Apr 21, 2025
Aug 29, 2024
Apr 7, 2025
Apr 21, 2025
Apr 21, 2025
Apr 22, 2025
Mar 25, 2025
Apr 21, 2025
Mar 7, 2025
Oct 3, 2024
Oct 19, 2023
Apr 24, 2023
Oct 10, 2023
Apr 22, 2025
Apr 21, 2025
Feb 24, 2023
Oct 16, 2024

Repository files navigation

codecov

Rust implementation of PoST protocol

👉 Refer to https://github.com/spacemeshos/protocol/blob/master/post.md for more information on Proof of Space-Time protocol.

Includes:

  • initializing data:
  • generating PoST
  • verifying PoST

Build dependencies

Bindgen

Bindgen is required to generate bindings to C for calling the scrypt-jane C library (indirect dependency from scrypt-jane-rs). It depends on clang. Follow these instructions to install it.

Randomx-rs

RandomX, that randomx-rs depends on, requires cmake. Follow these instructions to install it.

Post Service

Please refer to service README for instructions.