Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Blakscorpion on September 23, 2017, 05:02:32 PM



Title: Solidity tutorials
Post by: Blakscorpion on September 23, 2017, 05:02:32 PM
Somebody know a good website or forum to start learning solidity language ?

I would like to learn how to build basic things based on ethereum, with the goal of stepping up, time after time.

Thanks for help :)


Title: Re: Solidity tutorials
Post by: blobbyheadstone on September 23, 2017, 05:40:43 PM
Try this on udemy:
https://www.udemy.com/blockchain-application/learn/v4/overview

I'm doing one of their paid courses and I'm very happy with it.


Title: Re: Solidity tutorials
Post by: soronmar on September 23, 2017, 06:49:35 PM
Solidity isn't really hard to learn. You should find enough stuff on Google and some basic contracts on Github.
But the important thing is that Solidity won't bring you far.

With Solidity you can write "smart contracts" but keep in mind that you also need to interact with them and deploy them.
So something like Meteor would be the next step.

If you need some basic help with Solidity than shoot me a pm!


Title: Re: Solidity tutorials
Post by: Blakscorpion on September 23, 2017, 07:50:15 PM
Solidity isn't really hard to learn. You should find enough stuff on Google and some basic contracts on Github.
But the important thing is that Solidity won't bring you far.

With Solidity you can write "smart contracts" but keep in mind that you also need to interact with them and deploy them.
So something like Meteor would be the next step.

If you need some basic help with Solidity than shoot me a pm!

Thank you for your relevant answer :)


Title: Re: Solidity tutorials
Post by: iungonetwork on September 23, 2017, 09:52:34 PM
Is there some Vagrant box with all prerequisites pre setup for running local eth network, miner, solidity development, etc. ?


Title: Re: Solidity tutorials
Post by: btcjoin14 on September 25, 2017, 06:12:28 PM
Somebody know a good website or forum to start learning solidity language ?

I would like to learn how to build basic things based on ethereum, with the goal of stepping up, time after time.

Thanks for help :)
Udemy is your best option that you have right now. You could also try to look around on Youtube to see some tutorials on it.


Title: Re: Solidity tutorials
Post by: greenfailure on September 25, 2017, 06:21:57 PM
As someone said above, the best resources for learning ive found have been looking at others work posted on GitHub

There's also many great tutorials on getting started fresh on the /r/ethereum subreddit