Skip to content

DEBOJEETDAS36/blockclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

⏱️ BlockClock

ChronoStamp is a simple Ethereum smart contract that permanently stores the block timestamp of its deployment. It's designed for learning and experimentation with smart contract deployment, constructors, and blockchain-native variables like block.timestamp.

🧠 What It Does

  • Stores the exact time (Unix timestamp) the contract was deployed.
  • Provides a public timestamp() getter to retrieve it anytime.

🚀 How to Use Deploy the contract using Remix, Hardhat, or any Ethereum development tool.

After deployment, call timestamp() to get the recorded deployment time.

Here's an attached screenshot for your reference: Screenshot 2025-05-31 013617

About

A simple smart contract that saves the time of deployment on the blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors