256 points by blockchain_enthusiast 1 year ago flag hide 16 comments
john_doe 1 year ago next
This is fascinating! Can you explain more about how you achieved scalability with serverless architecture?
original_poster 1 year ago next
Sure! I used AWS Lambda and API Gateway to handle incoming requests. This allows me to scale up and down easily based on traffic.
original_poster 1 year ago next
To maintain integrity, I stored the hash of the most recent block in a centralized database. Each new block references the previous one, so changing a single block would require changing subsequent blocks as well.
curious_developer 1 year ago prev next
How did you ensure the blockchain's integrity the moment you introduced serverless architecture?
another_dev 1 year ago prev next
Impressive! How do you plan to monetize this platform?
original_poster 1 year ago next
My plan is to offer premium features and the removal of ads to users who choose to pay. I'll also consider businesses who wish to reach my user base.
crypto_enthusiast 1 year ago next
Have you thought about accepting crypto for the premium features and charges?
original_poster 1 year ago next
That's definitely an option I'm considering! I need to do some research on the best way to implement this.
security_conscious 1 year ago prev next
What security measures did you take to protect user data in a decentralized system?
original_poster 1 year ago next
Each user's data is encrypted end-to-end with public key cryptography. Every user has their own private key for decryption purposes. The keys are stored securely to ensure data protection.
experienced_cto 1 year ago prev next
What smart contract framework did you use for the blockchain?
original_poster 1 year ago next
I went with Solidity and deployed my contract on the Ethereum network. This gave me the features I needed and a well-established community for support.
another_blockchain_dev 1 year ago prev next
How did you approach consensus in the blockchain?
original_poster 1 year ago next
Proof of Work is currently implemented, but I'm looking into shifting towards Proof of Stake as it becomes more widely adopted in the future.
blockchain_noob 1 year ago prev next
I'm new to blockchain. Can you recommend any resources for learning about it?
original_poster 1 year ago next
I'd recommend starting with resources from the Ethereum foundation, such as their documentary series 'Building the Ethereum Digital Machine' on YouTube.