Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calc1f4r/starknet-roadside-submission-
Starknet roadside event submission
https://github.com/calc1f4r/starknet-roadside-submission-
Last synced: about 1 month ago
JSON representation
Starknet roadside event submission
- Host: GitHub
- URL: https://github.com/calc1f4r/starknet-roadside-submission-
- Owner: calc1f4r
- License: mit
- Created: 2024-08-28T18:26:45.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T18:28:31.000Z (4 months ago)
- Last Synced: 2024-08-28T20:16:05.487Z (4 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Counter Program
This submission is part of the StarkNet Roadside Event workshop. The goal was to create a counter program on the StarkNet platform.The contract address `0x022022e7dce7650adeeb4f6e7433537418233a87ed95972237d72d3b6bf0fcb0` is deployed on the Voyage Explorer on sepolia testnet. You can view the contract on the Voyage Explorer using the following link:
[View Contract on Voyage Explorer](https://sepolia.voyager.online/contract/0x022022e7dce7650adeeb4f6e7433537418233a87ed95972237d72d3b6bf0fcb0)
### Project Overview
This project involves the development of a simple counter contract on StarkNet. The contract allows users to:- **Get the Current Counter Value**: Retrieve the current value of the counter.
- **Increase the Counter**: Increment the counter value by one.### Features
- **Ownership**: The contract includes ownership functionality, ensuring that only the owner can perform certain actions.
- **Kill Switch**: A kill switch mechanism is implemented to disable the contract if necessary.### Contract Details
- **Contract Address**: `0x022022e7dce7650adeeb4f6e7433537418233a87ed95972237d72d3b6bf0fcb0`
- **Network**: StarkNet(sepolia)
- **Explorer**: Voyage Explorer