# YAMN encoder This module contains the active YAMN v2 encoder used by Yamnweb. It creates the encrypted YAMN envelope locally and does not perform network transport. Build and test it from this directory: ```bash GOCACHE=/tmp/yamnweb-go-build go test ./... go build -o /usr/local/bin/yamn-encode ./cmd/yamn-encode ```