Welcome to the discussion thread about this lecture section. Here you can feel free to discuss the topic at hand and ask questions.
You mean for Polkadot or Blockchain development in general?
One I mentioned in the comparison video is Tendermint by Cosmos which is an SDK for blockchain development.
For developing Polkadot based blockchains there is only Substrate atm, but nothing prevents you from writing your own parachain from scratch. It would of course be extremely difficult to do so.
You can use different bindings that enable you to develop your blockchain in a different language like for example C++ using Substrate libraries (https://github.com/usetech-llc/polkadot_api_cpp). I am not aware how well they are supported though.
I was thinking Polkadot in general. Yes, Cosmos you mentioned, i didnât pay much attention it yet. Itâs just that always when checking tools for polkadot there isnât much discussion about anything else. So it made me wonder if is there alternative.
Yes, I do agreed, thinking building own blockchain using C++ is the last resort. Finding Rust developer is is challenging enough Maybe there should be course too for how to architect a blockchain?
Overall I am glad that Academy finally has this course Polka is good platform, it would just require bit more just rewards and grants to get get community grow faster.
But thanks, Iâll dig into substrate then.
That would be a HUGE course, there are a lot of things to develop, the block structure, transactions, consensus, P2P network, RPC protocolâŚ
Hey,
donât crush me totallyđ maybe like all the big thing, first would be blockchain planning 101.
Which would go all these shortly.
When building parachain/parathreads over polka. Does this new implementation need all itâs own resources or does relaychain handle part/all of it? I mean like transaction processing. Like Is parachain performance dependable on underlaying relaychain?
Haha, sorry! I just donât want you to torture yourself by reinventing the wheel
If you design your chain as a parachain then you will benefit from the security of the relay chain. However Substrate allows you to also develop a completely independent chains and provides a bunch of prebuild modules you can use.
There is this old video course on youtube I liked, but unfortunately doesnât work with the latest version and have to use beta version if you want to follow the course that teaches you to develop a UTXO based blockchain using Substrate.
hey @valo substrate seems like it has the poptential to be great its a fancinating language there is so much options for customization through their âpalletsâ. I started using it as part of my internship. Its quite hard to get started i thought but There are great resources to get started from the polkadot youtube channel. Take a look at these there fairly high level but youll learn lodes (if you can get past the terrible video quality)
https://www.youtube.com/watch?v=oIEbjUDmUPk&list=PLOyWqupZ-WGsLEJq0sRyvUD-pWuVwA5yg&index=11
here is another great video series althouht its a bit dated
https://www.youtube.com/watch?v=qaykNPHJcyw
I would also read the BABE and GRANDPA papers on the polkadot documentation website. they have a wealth of information
Hello everyone.
Please check out Fearless Wallet made for Polkadot/Kusama for Android and iOS.
You can do staking from your phone, very user friendly.
Happy to be here. It took some time but feeling well after a lot of studying. Good luck everyone, @Win
thx man, but not compatible with my device.
thanks for the info!
Fearless Wallet very good, thanks
thank you for the youtube on substrate/Bitcoin UTXO
Great work, itâs a good feeling to be here. Thanks for the lecture
Hello, you show to us how to nominate a validator and stake DOT. What is the reward by staking DOT?
Thanks!
It depends, somewhere up to 16%
Thank you Ales, another question, Does the DOT will be locked for a period of time under staking? Is there a minimum time to request the ammounts back?
And about custody, if I send my DOTs to staking Iâll lost the custody of my DOTs? They will be under the validator custody?
Thanks,
Marina
Yes, once you want to unstake you have to wait for 28 days on Polkadot or 7 on Kusama to be able to use these funds again. You will be able to withdraw instantly in Karura liquid staking once it goes live, for a small fee.
No, all DOT remain under your control, but you might loose some of it in case the validator is not reliable and gets slashed. My 2 validators are super nice
Hi there,
Very interesting course on a promising network! But Iâm having issues with simply Voting. It tells me âPolkadot-js extension not detectedâ although I already installed it. Could it be because I installed it on Brave navigator? If this doesnât work, I wonât be able to go any further and practice making TXs etc⌠as explained on the following course