Hi,
Please can you guide me how to write scripts for web3 wallet connect from cursor?
Or any other way, I want to build my own web3 connect wallet project.
I look forward to your help.
Thanks.
You can ask AI how to do this
Explain how to write scripts for web3 wallet connect including setup
Then you can ask it to do those things
Give me some guidance on what to write in AI, I would really appreciate it, I don’t have much knowledge about this.
ok sure, here is the step by step:
- Open Cursor
- Go to Chat
- Enter in the Chat input:
Search and explain how to write scripts for web3 wallet connect, including setup, step by step
- Press enter to send the request to AI.
It will use your request, then search online how to do it, and explain to you how it can be done.
You can use then the instructions from the response to tell it which steps to do.
Make sure to do some preparations:
- Use Git to store changes on your code, tell AI at begin:
Initialize Git repo
, it will offer a terminal command to run in Chat, you can accept it. - Then when you ask it to make changes include:
After every successful change commit the changes
(will also ask to confirm the terminal command. - You may need to give the AI some rules:
Follow SOLID and break down functionality into files of maximum 500 lines
(this will tell AI to separate code into smaller files so it does not get overwhelmed and it follows good rules how to structure code) - You can export any chat into a markdown file so you can open it later in editor and copy steps to paste into new chat.
Additionally
- It will be necessary that you learn how to prompt (how to write instructions for AI), you can ask AI how to write good prompts, or search online, there are many tutorials.
- Also learn about different AI models as you get used to prompting, each model has a bit differences.
I have created a demo before, but when I wrote this article it didn’t show me the steps but some adjustments to the previous script.
What should I do to start over?
If you want start over you can create a new folder outside on your computer, and then open it with Cursor. This will be a new project and you will have a fresh start without losing all the previously tried things.
He writes all the programming languages cursor I want to make a daap connect wallet website, if you would help me I would really appreciate it, I don’t have much information so I’m asking for help in the forum