Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 346 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 346 Bytes

PINKY

Another reference minimizer written in Go using the t1ha hashing in base58 encoding.

pinky.png

Run container local

docker build -t local/pinky .
docker run -d -p 8080:8080 local/pinky

Run container from docker hub

docker run -d -p 8080:8080 vaslyusarev/pinky