Next.js website for the Pontmore project.
Pontmore is a Nostr-native protocol family for agent identity, capability discovery, escrow declaration, swap lifecycle coordination, and dispute boundaries.
npm install
npm run devOpen http://localhost:3000.
npm run typecheck
npm run buildBuild and run the production image locally:
docker build -t pontmore/website .
docker run --rm -p 3000:3000 pontmore/websiteThe GitHub Actions workflow in .github/workflows/publish-docker.yml publishes pontmore/website to Docker Hub on every push to main.
Required repository secrets:
DOCKER_PONTMORE_OWNERDOCKER_HUB_PONTMORE_PUBLISH_TOKEN
../protocol: protocol wording and PIP structure../next-poc: Next.js standalone Docker packaging and POC implementation context