Copy and paste below, then press enter.
#!/bin/bash
# Exit immediately if a command exits with a non-zero status
set -e
echo "🚀 Updating and installing dependencies..."
sudo apt-get update && sudo apt-get upgrade -y| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol"; | |
| import "@openzeppelin/contracts/utils/Counters.sol"; | |
| import "./BuloNFTInterface.sol"; | |
| contract BuloNFT is ERC1155, BuloNFTStorage{ | |
| event NewGrave(string _name, string _birth, uint256 _tokenId); |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol"; | |
| import "@openzeppelin/contracts/utils/Counters.sol"; | |
| import "./BuloNFTInterface.sol"; | |
| contract BuloNFT is ERC1155, BuloNFTStorage{ | |
| event NewGrave(string _name, string _birth, uint256 _tokenId); |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol"; | |
| import "@openzeppelin/contracts/utils/Counters.sol"; | |
| import "./BuloNFTInterface.sol"; | |
| contract BuloNFT is ERC1155, BuloNFTStorage{ | |
| event NewGrave(string _name, string _birth, uint256 _tokenId); |
Copy and paste below, then press enter.
#!/bin/bash
# Exit immediately if a command exits with a non-zero status
set -e
echo "🚀 Updating and installing dependencies..."
sudo apt-get update && sudo apt-get upgrade -yLast updated: August 10, 2026
Cookiee is a browser extension for managing cookies. Cookiee has no developer-controlled data collection server, analytics service, advertising SDK, or account system. Cookie management happens locally in Chrome.
Cookiee also offers an optional Agent Sync feature for local development. Agent Sync runs only after the user explicitly starts it. It temporarily sends cookies for the page selected by the user to a token-protected bridge on the same computer at a loopback address such as 127.0.0.1. Cookiee does not send those cookies to Cookiee servers.