AI Web3 Tutorial Intro
《develop web3-social with cursor》
1. Ask cursor about technology stacks and scaffolds
I want to develop a decentralized social media system in Ethereum. What technology stacks and scaffolds are recommended?
2. Create according to the scaffold template
git clone https://github.com/scaffold-eth/scaffold-eth-2.git web3-social cd web3-social yarn install
3. Discuss and refine the requirements
Chat mode
The requirements for the decentralized social media are as follows. Please sort out the requirements and create and write them into requirements.md.
Decentralized social media 1 use can commit content to blockchian, 2 anyone can like commited content 3 all content store in Ethereum 4 list the posted content in social page
4. Produce the technical architecture document
Codebase Chat mode
This is a template project. Please create an architecture.md file in the root directory of the project and summarize the directory structure and technical points of this project in this file, so that it can be referred to when I discuss the requirements with you later.
5. Implement the requirements
Composer mode
@codebase Please modify the smart contracts and front-end code according to the requirements @requirements.md and the architecture document @architecture.md to implement the decentralized hotel system.
6. Debugging
I would like to see the implementation effect on the page now. Please help me integrate the code and tell me how to run this project.