Skip to content

A simple counter smart contract on the Ethereum blockchain.

Notifications You must be signed in to change notification settings

joelhagvall/ethereum-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple counter smart contract on the Ethereum blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published