transfer-agent-protocol / tap-cap-table

Transfer agent protocol that's used for minting a cap table onchain.
https://transferagentprotocol.xyz
MIT License
17 stars 3 forks source link

feat (transfer tx) POC for transferring ownership of stock #11

Closed victormimo closed 1 year ago

victormimo commented 1 year ago

What?

  1. Adds ActivePosition, a struct meant to serve as the state during new issuances (whether done one time by the TA or during a transfer). Includes corresponding mappings.
  2. Creates functions (internal and external) to issue & transfer stock. Separating the OCF object for these transaction into their own structs while creating a library TransactionHelper that initializes these structs.