IP 자산 레지스트리는 프로토콜에 IP를 등록하는 책임을 가지고 있습니다. 프로토콜에 등록된 각 새로운 IP 자산에 대해 전용 IP Account 컨트랙트를 배포합니다 (NOTE: This registry inherits from the IP Account Registry)

주목할 만한 함수들

IPAssetRegistry.sol
function register(uint256 chainid, address tokenContract, uint256 tokenId) external whenNotPaused returns (address id)

이 함수는 ERC-721 NFT를 Story의 새로운 IP Asset으로 등록합니다.