Install dependencies

You'll need these installed to start building:

curl -L https://foundry.paradigm.xyz | bash

Pull the repo

This will include the OCF and Foundry (opens in a new tab) repos as submodules.

git clone --recurse-submodules https://github.com/transfer-agent-protocol/tap-cap-table.git

Learn the structure

Everything you need to develop your onchain smart contracts lives under the chain folder in the repo.

        • ICapTable.sol
        • ICapTableFactory.sol
        • DeleteContext.sol
        • Stock.sol
        • Structs.sol
        • TxHelper.sol
      • CapTable.sol
      • CapTableFactory.sol