If you just finished the PBA-x but can’t be on campus. Where to go?
I am looking for a good guid to help me grow in Polkadot, but I want to be more comfortable as searching a lone my be longer and harder.
If you’re looking to learn more by building projects, dotcodeschool.com is probably the best resource.
If you wanna start contributing, you could look at Polkadot SDK GitHub Issues, filtered by Mentor + Good First Issue labels.
Another resource that might be helpful: Polkadot Developers · GitHub
Could you tell me if there’s anything in specific that you’re interested in (core protocol development, frontend for protocol, building a dapp, etc.)? Is there a goal you have in mind? This will help me better guide you.
PS - If any of this is confusing or if you need any additional help, please don’t hesitate to reach out to me personally, I’d be more than happy to help. You can reach out to me either through Telegram: Contact @batmancodes or on the Dot Code School Discord Server (preferable).
thanx that helps a lot
So, right now we want
- user register using metamask
- collect tokens
i think the first thing should be
git clone https://github.com/.....some_polkadot_temple
orpop new .....
Not sure I follow. What do you mean when you say collect “soul tokens”?
Also, when you say register using metamask… register for what?
- sorry
soul tokens
was a typo - Register users to track their transactions history
- for example: login then see ur payments/tokens/assets or whatever we want to track
When you say you wish to track transaction history, what chain are you referring to? Metamask for example only supports EVM addresses and doesn’t support the SS58 format used by substrate based chains. You’d need Nova wallet, Subwallet or talisman for that.
If you’re looking to query the chain to see what assets a user holds, you would need to query the chain state as shown here: State queries | polkadot{.js}
If it’s a frontend app that you’re building, I’d recommend using PAPI (see https://dotcodeschool.com/courses/intro-to-papi)
I hope this helps.
I’m working under the assumption that you’re trying to build some sort of a dashboard, if you could give me more context, perhaps I could provide more relevant resources.
Ok thank u I will just search on this as starting point
Also, will start with this git clone https://github.com/shawntabrizi/substrate-collectables-workshop/ -b starting-template --single-branch
That’s a solid place to start! Please don’t hesitate to reach out should you need any help along the way.