Skip to content

Instantly share code, notes, and snippets.

View sedovolosiy's full-sized avatar

Serhii Siedovolosij sedovolosiy

View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract MopedShop {
mapping (address => bool) buyers;
uint256 public price = 2 ether;
address public owner;
address public shopAddress;
bool fullyPaid; // false
#!/bin/bash
################################################################################
### OpenCV2 Installation Script ###
################################################################################
# Source code at https://github.com/arthurbeggs/scripts #
################################################################################
# #
# Feel free to copy and modify this file. Giving me credit for it is your #
# choice, but please keep references to other people's work, which I don't #