Fork of github.com/did-method-plc/did-method-plc
1 2`go-didplc`: did:plc in golang 3============================== 4 5This golang package will eventually be an implementation of the did:plc specification in golang, including at a minimum verification of DID documents from a PLC operation log. 6 7## Developer Quickstart 8 9Install golang. We are generally using v1.22+. 10 11In this directory (`go-didplc/`) there is a Makefile with helpers for running tests, etc. Run `make help` to list available commands.