Skip to content

Instantly share code, notes, and snippets.

@tariqul000
tariqul000 / contracts...Only_view.sol
Created June 12, 2023 13:19
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.15+commit.e14f2714.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;
contract TheBlockchainMessenger{
uint public changeCounter;
address public owner = msg.sender;
string public theMessage;
// constructor(){
@tariqul000
tariqul000 / gisttools.js
Created March 28, 2017 19:08
Description of gist
content
//
// ViewController.m
// CollectionViewExample
//
// Created by User on 11/23/16.
// Copyright © 2016 Vu Mobile. All rights reserved.
//
#import "ViewController.h"