tangled
alpha
login
or
join now
smokesignal.events
/
quickdid
QuickDID is a high-performance AT Protocol identity resolution service written in Rust. It provides handle-to-DID resolution with Redis-backed caching and queue processing.
50
fork
atom
overview
issues
pulls
pipelines
refactor: misc cleanup
Nick Gerakines
4 months ago
887204e7
46c7e593
options
unified
split
Changed files
-3
Dockerfile
-3
Dockerfile
···
9
9
WORKDIR /app
10
10
COPY Cargo.lock Cargo.toml ./
11
11
12
12
-
ARG GIT_HASH=0
13
13
-
ENV GIT_HASH=$GIT_HASH
14
14
-
15
12
COPY src ./src
16
13
RUN cargo build --bin quickdid --release
17
14