First i want to thank you all for liking and interacting with the thread i wrote earlier on X, it is the main factor that motivated me to write this article with the aim of simplifiying the process for anyone who wants to integrate the argent's telegram wallet sdk into their telegram mini app.
Secondly if you are a fan of "building while learning" this is the best article for you, as we will be building a simple word guessing game integrated to starknet through the argent telegram wallet before the end of this article. If you are already excited about the goodies at the end, join the train and lets roll 🥳.
argent
Now, Lets talk about the logic of our game.
On start of every round, a set of 9 random Alphabets are generated and a random alphabet is also picked from these alphabets which is regarded as the right guess, the player is allowed to pick any of this alphabets, if the alphabet picked by the player is equal to the right guess, then the player earns 2-STRK and is allowed to cliam immediately, if the player doesnt guess right he is allowed to play again.
we will be building this in 7 simple steps, but before then lets highlight all the technologies we will be using while building.