Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 764 Bytes

File metadata and controls

23 lines (15 loc) · 764 Bytes

Developer documentation for the Transfer Agent Protocol

These are developer docs for the Transfer Agent Protocol Cap Table that are published at docs.transferagentprotocol.xyz.

To improve docs

Clone the repository and install the dependencies:

git clone https://github.com/transfer-agent-protocol/docs.git
cd docs
pnpm install

Then you can run the app locally:

pnpm dev

To deploy docs

The docs are deployed to docs.transferagentprotocol.xyz using Vercel. To deploy, open a PR to the main to start a review. Once the PR is merged, the docs will be deployed automatically.