Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 485 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 485 Bytes

My Smart Contract

Table of Contents

Introduction

A basic Ethereum/Solidity contract demonstrating counter functionality.

Contract Description

  • Counter.sol: Contains a single state variable count with functions to increment or decrement it.

Usage

Deploy on an Ethereum network like Ropsten using Remix IDE or Truffle Suite. Use increment or decrement to modify state.