This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.19; | |
/** | |
* @title AssetRegistry | |
* @dev Kontrak pintar ini berfungsi sebagai buku besar digital untuk mendaftarkan aset | |
* unik (seperti sertifikat, karya seni, atau dokumen) di blockchain. | |
* Setiap aset diidentifikasi secara unik menggunakan Content Identifier (CID) dari IPFS. | |
* @author [Affan Dani Alhabsi] | |
*/ |