-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onchain Account Settings with Smart Contract #5
Comments
Can I take this from here? |
Hi, |
Can I take this issue? |
Could I be assigned to this? |
I’m interested in this one. first time contributor |
Please reach us at our telegram group https://t.me/+IzoR5hncVIYwN2Vh |
@Supa-mega please reach us at our telegram group https://t.me/+IzoR5hncVIYwN2Vh |
…storage, access control & event tracking (mediolano-app#5)
Hello @salvadorcamino, Ok I will do exactly that. |
Develop a smart contract in Cairo to store and load user settings and preferences from Mediolano.app. The data should be encrypted using the wallet encryption to maintain user privacy.
Requirements:
Store User Settings: Enable storing of user settings and preferences onchain.
Load User Settings: Implement functionality to load user settings and preferences from the blockchain.
Encryption: Use wallet encryption to ensure the privacy and security of user data.
Integration: Ensure seamless integration with Mediolano dapp on Starknet.
Security: Implement robust security measures to protect the stored data.
Criteria:
The smart contract is written in Cairo and follows best practices for security and efficiency.
Implements functions to store and load user settings and preferences onchain.
User data is encrypted using wallet encryption and privacy is maintained.
The smart contract integrates smoothly with Mediolano.app's existing infrastructure.
Comprehensive documentation is provided for the smart contract code and its usage.
Additional Information:
Refer to the Starknet documentation for details on integrating with the blockchain.
Ensure that the encryption mechanism is secure and does not compromise user privacy.
Provide detailed documentation to help developers and users understand and utilize the smart contract.
The text was updated successfully, but these errors were encountered: