Skip to content

pubkeyapp/pubkey-program-library

Repository files navigation

PubKey Program Library (PPL)

This is a work in progress.

Getting Started

Prerequisites

Tip

If you don't have PNPM installed, you can install it using corepack:

corepack enable
corepack prepare pnpm@8 --activate

Installation

  1. Clone the repository:
git clone https://github.com/pubkeyapp/pubkey-program-library
cd pubkey-program-library
pnpm install

Development

Start web app

pnpm dev:web

Build

Build web app

pnpm build:web

Build the Anchor program

pnpm build:anchor

Lint

Lint all projects

pnpm lint

Test

Test all projects

pnpm test

License

MIT