NuriArslan
NuriArslan
by n_ars01 · submitted Jul 20, 2026
Community votes
0
Voting opens when this submission reaches the Top 10 stage.
Overall score
0.0/ 100
Weighted average across the 5 judging criteria.
Description
01/03
What the builder said.
Written by the team, rendered as the markdown they typed in the submission wizard.
What we built
HelloIOPN is a simple smart contract deployed on the IOPN Testnet. It stores a message on-chain and allows users to update and read it through public functions. This project demonstrates basic smart contract deployment and interaction on the OPN blockchain.
Why
The purpose of this project is to explore smart contract development on IOPN, learn how on-chain applications work, and gain hands-on experience with deploying and interacting with contracts.
How it works
- The contract stores a public text message.
- Anyone can read the current message using the
getMessage()function. - Anyone can update the message using the
setMessage()function. - Every update creates an on-chain transaction that can be verified on the blockchain.
Features
- Simple and lightweight smart contract
- Public read and write functions
- Fully deployed on IOPN Testnet
- Demonstrates basic on-chain data storage and interaction
Roadmap
02/03
What ships next.
The builder's own next-quarter plan. Use it to gauge follow-through and ambition.
Roadmap
Phase 1 - Initial Release
- Deploy the HelloIOPN smart contract on IOPN Testnet.
- Test public read and write functions.
- Verify the contract and ensure on-chain accessibility.
Phase 2 - Improvements
- Add ownership and access control.
- Optimize gas usage.
- Improve contract security and documentation.
Phase 3 - New Features
- Support multiple messages.
- Add event logging for message updates.
- Build a simple frontend for interacting with the contract.
Phase 4 - Future Plans
- Deploy on the IOPN mainnet after testing.
- Expand the project into a larger decentralized application.
- Continue improving functionality based on community feedback.
On-chain proof
03/03
1 contract on OPN Chain.
The chain itself confirmed every deployment is valid, signed by the builder's wallet, and inside the season's window.