DEV Community

Cover image for Solidity Basics for JavaScript Devs Part 1

Solidity Basics for JavaScript Devs Part 1

K on September 29, 2021

With all the NFT hype around, it happened that I got tasked to write an article about NFTs and serverless. So, last three weeks, I dived into books...
Collapse
 
growinweb3 profile image
Brendan H. Murphy

Fullstack Team,

Thanks for sharing!

Quite honestly, I am new to this community, but have been helping senior engineers get into Web3/Ethereum development as well!

Check it out: optilistic.notion.site/Optilistic-...

Our founding team, is a group of experienced coding school entrepreneurs and smart contract developers, eager to help engineers contribute in Web3 and collaborate in our community through DAO participation.

I would love to connect with you and anyone on this post! I am eager to share interests and see where we can provide value to one another.

Thanks for reading - I hope to connect soon,
Brendan H. Murphy
optilistic.com

Collapse
 
bietdoikiem profile image
CallMeDKay

Great one! The article has followed a pretty understandable style of comparison for JS dev like me :D

Collapse
 
kayis profile image
K Fullstack Frontend

Glad you liked it!

Collapse
 
zyabxwcd profile image
Akash

You made it pretty simple to grasp. Would love to read more on topics like Dapps and NFTs from development POV.

Collapse
 
kayis profile image
K Fullstack Frontend

Thanks.

Yes, I'm learning it myself right now and I had the impression there weren't many good sources for that topic. And the stuff that's there gets lost in a sea of investment articles.

Collapse
 
monfernape profile image
Usman Khalil

You're a savior

Collapse
 
kayis profile image
K Fullstack Frontend

I'm glad, I could help!

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch

Great article! I just want to add: modifiers are also a killer feature of Solidity.

Collapse
 
kayis profile image
K Fullstack Frontend

I like them, but wrapping a function with another function is also possible in JS. :D