Polygon ID has been rebranded to Privado ID, and this GitHub organization was renamed accordingly. All repositories (with their full history, issues, releases, and stars) now live at:
When a GitHub organization is renamed, its old name becomes available for anyone to register. This 0xPolygonID organization is held by the Privado ID team only to prevent name squatting and supply-chain attacks against the old name.
🛑 No code, packages, or releases are published here. If you ever encounter software claiming to be distributed from this organization, do not use it.
Because the old name has been reclaimed, GitHub's automatic redirects from github.com/0xPolygonID/... to the renamed organization no longer work. Please update anything that still points at the old name:
Git remotes
git remote set-url origin git@github.com:PrivadoID/<repo>.git
# or over HTTPS:
git remote set-url origin https://github.com/PrivadoID/<repo>.gitGo imports: check the current module path in each repository's go.mod under PrivadoID. Previously published module versions remain available through the Go module proxy (proxy.golang.org).
Links, bookmarks, CI pipelines, Dockerfiles, submodules, and documentation that reference github.com/0xPolygonID.
- 🌐 Website: privado.id
- 📚 Documentation: docs.privado.id
- 💻 Code: github.com/PrivadoID