With large blockchain projects losing millions of dollars, the bar for smart contract developers has been raised.
Security, speed, scalability, and cost are now top priorities.
Here are some key Solidity concepts that developers should understand (with resources) ↓
The gist is that a MetaMask's seedphrase can recover *all* accounts (pub/private key pairs) created on that MetaMask wallet (which is why it's super critical). Other accounts can be added to MetaMask by importing the private key...but these won't be recovered with the seedphase
If you've ever wondered what a #seedphrase actually is and how it works, this video is gold: https://t.co/AYmpUqxcH6
And here's the website used in the demo of how public/private key-pairs are generated from the seed: https://t.co/YloUHAePMm
#cryptocurrency#Blockchain#Wallet
To develop for #Solana you need to know #Rust. It's similar to C++ but a bit friendlier. This video teaches you the basics of the language in 30min (if you watch at 1.5x, which is fine), or less if you skim over simple stuff like "if", loops etc.
https://t.co/LOCqZ1vkeh
Here are the #programming keywords that fellow #developers minted (for free on #Rinkeby) so far on the NinjaDev website. Mint yours, associate a profile/portfolio link to it, and have fun:
https://t.co/sAF2tN1XGL
(and if you want to duplicate the site, it's all #OSS on @github)
Looking for a sample #Solidity#smartcontract to mint a #NFTCollection on #Ethereum or #Polygon, with support for later reveal, MerkleTree whitelist, #OpenSea optimization, configurable max quantity/cost and more?
Here's the Ninja implementation, enjoy!
https://t.co/YowMjefOoq
Hard before but easy now:
1) SSL certificates (Let’s Encrypt)
2) Concurrency (async/await)
3) Centering in #CSS (#flexbox/grid)
4) Setting up a dev env (#Docker)
5) Deploying a website (@Netlify etc.)
6) CI/CD (GitHub Actions/Azure DevOps etc.)
More here: https://t.co/fU1dg80OHN
@jmilinovich It's still a bit rough, but we're working on this one: https://t.co/n1bZXQeCUG. It shows the content of a wallet with all the metadata etc. + the purchase price and a comparison with the current floor price to calculate the total profit (or loss)
A Discord server is also available to help you in case of any issue around your local installation, and to discuss potential extensions...or to talk about programming in general! https://t.co/BrZD6wdtZQ
Have fun and share your feedback!