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 -yCopy 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); |