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 install
Start the API app:
pnpm dev:api
Build the API app:
pnpm build:api
pnpm lint
pnpm test
MIT