Resolver for the PubKey Program Library.
Tip
If you don't have PNPM installed, you can install it using corepack:
corepack enable
corepack prepare pnpm@latest --activate- Clone the repository:
git clone https://github.com/pubkeyapp/pubkey-protocol-resolver pubkey-protocol-resolver
cd pubkey-protocol-resolver
pnpm installStart the API app:
pnpm dev:apiBuild the API app:
pnpm build:apipnpm lintpnpm testMIT