Learning Solidity for Ethereum

Learning Solidity for Ethereum

A month ago I just finished a course in developing applications using Solidity on the Ethereum blockchain.

The #blockchain craze really caught my attention on the finance side of things but when I dug deeper there was something interesting to look at with the technology that brought this ideology of having a decentralised information network.

Wrapping my head around the technology itself took a while as it was not what the course was about, so going into this course took some adjustment to my current way of thinking when it came to development. The tutorial started off with some very cumbersome environment setups that almost deterred me from continuing but with recent development updates the materials used during the course became a lot easier to use and following along with the tutorial was a lot smoother at times. Updates to the environment and language were frequent as the Solidity language was still in some early stages and I am surprised it is still so widely adopted.

The language itself I believe feels similar to Java but do not take my word for it as it has been a while since I even looked at the Java language. The syntax felt feeble at times with respect to how they handle data types and expressing iterative logic. But from what I read the code is then compiled into something else before being stored in the VM which I didn't care to get into. Building smart contracts from what I understand is costly so if there is one thing this course has thought me is that you need to ensure your code is as efficient as possible. The more work your code has to do....the more you pay! Writing smart contracts became easier to assemble once you know what you want to do and understand the jargon of Solidity. The compilation and distribution process is something to really make sure you understand and the tools provided do try to help make the process a whole lot simpler.

The front-end aspect of it was almost straightforward given that they developed a javascript library to handle the communications between your UI/UX interface and the Ethereum backend solution hosting your smart contract. But some of the interactions with it as of the date of this article are still to be desired such as proper error messaging. Yet, it was easy to get the hang of coding your front-end especially if you are a Front-end Developer and familiar with how ajax/ web services work. This was probably the easiest part of the course.

Deployment! Jeez! I thought you just code everything and submit it to the network and that was it. Turns out to get your contract backend on the network you have to first setup an environment to host the network chain, downloading the entire block before trying to publish the stuff! I was told in the course there are some 3rd party services that handle it for you but did not try to dive into it. Furthermore, based on my understanding from the course users interact with your DApp using a 3rd party software called a "DApp browser". I'm still trying to wrap my head around this!

The course was a struggle for me in some areas with a lot of do-overs and failed code but managed to trod on and complete the course successfully. The DApp in the course was a simple enough concept to understand what is needed to interact with your smart contract.

There is now a growing market for DApps and Ethereum developers, so it was worth participating in. So if you are interested in the technology and want to acquire some skill set in this new niche market, Solidity/ Ethereum is the widely adopted choice. Try it!

Me on the other hand....There must be a more easier, familiar way to build DApps and smart contracts that can be deployed and managed a lot better. With the kind of growth I am seeing the possibility, hopefully, will soon come.


Lasana Murray

Node.js | Data | AI | Distributed Systems | Better Software

6y

Is the backend solution you mentioned proprietary?

Like
Reply

To view or add a comment, sign in

More articles by Kendall Arneaud

  • First Atlantic Commerce API to API

    I did a lot of payment solution integrations during the course of this pandemic. But I had an interesting project where…

  • Zoho, FAC, a Swiss Army Knife and Duct-tape

    I was hired a while back on a very peculiar project that prompted this post as I must admit I felt like MacGyver for a…

    5 Comments
  • Developing an App with duct-tape and string

    After a very serious social event that negatively impacted communities in my country I was looking for a way to use my…

    1 Comment
  • My Reaction to ReactJS...

    ReactJS. It is the js cool kid library on the block these days and it is practically the new UI/ UX tool you want to…

  • Invoice Ninja with Wipay Plugin

    Developing, implementing and integrating online payment processing facilities locally for websites in Trinidad for me…

  • Lets #TakeItDownTT

    Got a call on a Saturday morning and it was a friend of mines who had a client that was in a desperate bind and needed…

  • Exploring Closurescript

    Most definitely something I've never encountered before. Exploring Closurescript was surely an eye opener at the vast…

  • The Twitter CPL Experiment

    I have always been fascinated with being able to harness "realtime data" to make very powerful and vivid web…

    2 Comments
  • Bottle Opener Bartender Game

    So, I had this idea for a mobile game and set out to make it as a web mobile game before I go all out mobile app. There…

    2 Comments
  • Air Console and Soccer Head Prototype

    Started learning NodeJS and been trying to use it as best as possible. But I came across this cool platform called Air…

Insights from the community

Others also viewed

Explore topics