https://github.com/devhalimah/simple-storage
A basic Solidity contract that stores and retrieves a number. The contract includes a Setter and Getter function.
https://github.com/devhalimah/simple-storage
Last synced: about 1 year ago
JSON representation
A basic Solidity contract that stores and retrieves a number. The contract includes a Setter and Getter function.
- Host: GitHub
- URL: https://github.com/devhalimah/simple-storage
- Owner: devhalimah
- Created: 2024-10-17T20:24:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T20:35:30.000Z (over 1 year ago)
- Last Synced: 2025-02-17T10:11:48.098Z (over 1 year ago)
- Language: Solidity
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple-Storage
A basic Solidity contract that stores and retrieves a number. The contract includes a Setter and Getter function.