Skip to content

Instantly share code, notes, and snippets.

View NAZACODE-CORE's full-sized avatar
💭
Your attention — our quality.

Vanuatu Investment Economics Limited NAZACODE-CORE

💭
Your attention — our quality.
View GitHub Profile
@NAZACODE-CORE
NAZACODE-CORE / Naza_code_NFT_license...Digital_Note_VIE2025081101dd.sol
Created October 7, 2025 09:21
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.26+commit.8a97fa7a.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
/// @title Digital Note - VIE Public Council Framework (Digital Embassy Nexus)
/// @notice Stores the canonical DIGITAL NOTE text and allows participants to
@NAZACODE-CORE
NAZACODE-CORE / Naza_code_NFT_license...NazaCode_core_NFT.sol
Created October 7, 2025 09:15
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.26+commit.8a97fa7a.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/interfaces/IERC2981.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
contract NAZACodeCore is ERC721URIStorage, IERC2981, Ownable {
using EnumerableSet for EnumerableSet.AddressSet;