A comprehensive suite of modules for implementing Polygon-based Decentralized Identifiers (DIDs) with W3C compliance, enabling secure identity management on the Polygon blockchain network.
This monorepo contains the following packages:
# Clone the repository
git clone https://github.com/ayanworks/polygon-did-modules.git
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm test
# Type checking
pnpm types:check
# Code formatting
pnpm style:fix