stelae 0.6.1

A collection of tools in Rust and Python for preserving, authenticating, and accessing laws in perpetuity.
Documentation
1
2
3
4
5
6
7
FROM rust:1.88

# Install necessary tools (if needed)
RUN apt-get update && apt-get install -y bash

# Set the container's working directory
WORKDIR /workspace