Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Ethereum Forum => Solidity => Topic started by: brdtrpp on November 14, 2017, 02:25:59 PM

Title: Where to Start
Post by: brdtrpp on November 14, 2017, 02:25:59 PM
Hello everyone, welcome to the solidity sub-board.

My name is Bradley Trapp, I'm a dapp developer among other things.

In this board, we will discuss how to get started with developing in solidity, how to write good clean contracts, what tools are available to us, etc.

The following is a list of great places to start.

https://blog.coinbase.com/a-beginners-guide-to-ethereum-46dd486ceecf
https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2?source=search_post
https://blog.zeppelin.solutions/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05
https://medium.com/@ConsenSys/a-101-noob-intro-to-programming-smart-contracts-on-ethereum-695d15c1dab4
https://medium.com/@mvmurthy/ethereum-for-web-developers-890be23d1d0c
Title: Re: Where to Start
Post by: ridertiger on November 21, 2017, 10:41:21 AM
How about this thing, it looks pretty easy for someone who knows coding:
https://www.ethereum.org/crowdsale
Title: Re: Where to Start
Post by: tulio on December 03, 2017, 03:59:58 AM
I use to follow some Ethereum-based project blogs. One of my favorite is:  https://blog.aragon.one/tagged/development
Title: Re: Where to Start
Post by: yongthanyee on December 04, 2017, 10:16:22 AM
Thank you...this helps..

How about this thing, it looks pretty easy for someone who knows coding:
https://www.ethereum.org/crowdsale
Title: Re: Where to Start
Post by: varunchaturvedi on December 13, 2017, 07:13:50 PM
is there any reference to refer about Assembly code of EVM  solidity program .provide any reference if you have .
Title: Re: Where to Start
Post by: dali2118 on December 14, 2017, 04:51:35 PM
is there any reference to refer about Assembly code of EVM  solidity program .provide any reference if you have .
Title: Re: Where to Start
Post by: ridertiger on January 03, 2018, 07:05:57 AM
What would be a good place to start? I want to start by running some sample smart contracts, but all I see are examples of solidity and I do not even know where I can test them without spending gas. I downloaded geth but could not really figure out how to enter commands to the console. Do I need to install solidity as a program or something?
Title: Re: Where to Start
Post by: yuaiyong on February 28, 2018, 04:42:24 PM
Thank you...this helps..
Title: Re: Where to Start
Post by: mu6m0r0k on March 07, 2018, 01:02:43 AM
What would be a good place to start? I want to start by running some sample smart contracts, but all I see are examples of solidity and I do not even know where I can test them without spending gas. I downloaded geth but could not really figure out how to enter commands to the console. Do I need to install solidity as a program or something?

You can use the remix ide (online) to write sample contracts which you can deploy in the JavaScript VM(Virtual Machine with the virtual addresses with 100 virtual eth each), you can use metamask and you can make account in the ropsten network(test network of ethereum and you can get some EthT from facets, with which you can test your contract - Injected Web3) or you can use your machine web3 provider.

pp. remix ide http://remix.ethereum.org/#optimize=false&version=soljson-v0.4.20+commit.3155dd80.js (http://remix.ethereum.org/#optimize=false&version=soljson-v0.4.20+commit.3155dd80.js)
pp. if you use windows there are some problems with the first use of web3 on the computer (from old versions of c++ ) so you would have to write this in power shell as admin
npm install --global --production windows-build-tools
and then install web3 globally
Title: Re: Where to Start
Post by: EmoneyABC on March 22, 2018, 12:06:46 PM
What would be a good place to start? I want to start by running some sample smart contracts, but all I see are examples of solidity and I do not even know where I can test them without spending gas. I downloaded geth but could not really figure out how to enter commands to the console. Do I need to install solidity as a program or something?

You can use the remix ide (online) to write sample contracts which you can deploy in the JavaScript VM(Virtual Machine with the virtual addresses with 100 virtual eth each), you can use metamask and you can make account in the ropsten network(test network of ethereum and you can get some EthT from facets, with which you can test your contract - Injected Web3) or you can use your machine web3 provider.

pp. remix ide http://remix.ethereum.org/#optimize=false&version=soljson-v0.4.20+commit.3155dd80.js (http://remix.ethereum.org/#optimize=false&version=soljson-v0.4.20+commit.3155dd80.js)
pp. if you use windows there are some problems with the first use of web3 on the computer (from old versions of c++ ) so you would have to write this in power shell as admin
npm install --global --production windows-build-tools
and then install web3 globally

I am happy that I found this thread. I try to learn smart contracts coding and I see a lot of useful links and tips posted here. Keep updating this topic guys there are not many resources to find for solidity language.
Title: Re: Where to Start
Post by: jekjekey on March 30, 2018, 02:03:39 PM
Thanks for this mate. It may help me with this.
Title: Re: Where to Start
Post by: RianDrops on March 31, 2018, 04:31:37 PM
This is a great help to those people like me interested in solidity and the world of prgramming. Thank you mate!
Title: Re: Where to Start
Post by: litepresence on April 25, 2018, 06:34:43 PM
Hello everyone, welcome to the solidity sub-board.

My name is Bradley Trapp, I'm a dapp developer among other things.

In this board, we will discuss how to get started with developing in solidity, how to write good clean contracts, what tools are available to us, etc.

The following is a list of great places to start.

https://blog.coinbase.com/a-beginners-guide-to-ethereum-46dd486ceecf
https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2?source=search_post
https://blog.zeppelin.solutions/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05
https://medium.com/@ConsenSys/a-101-noob-intro-to-programming-smart-contracts-on-ethereum-695d15c1dab4
https://medium.com/@mvmurthy/ethereum-for-web-developers-890be23d1d0c


Thanks a lot buddy. Really usefull information. I wanna become a solidity programmer. I wish to create messenger like whatsapp or wechat. Could you please give any suggestion about this.
Title: Re: Where to Start
Post by: EmoneyABC on May 15, 2018, 10:27:03 PM
This is what I was looking for. i didn't know that we have so strong solidity sub forum. I like this very much because I want to learn this language if possible. i hope this could be possible only with hulp from this forum. I see here is plenty of resources. Now I need time to go thru all this informations.
Title: Re: Where to Start
Post by: rhegs27 on May 20, 2018, 12:50:30 AM
thanks helpfully for us
Title: Re: Where to Start
Post by: Negan on August 11, 2018, 01:32:37 AM
How about this thing, it looks pretty easy for someone who knows coding:
https://www.ethereum.org/crowdsale
Thank you. I am going to try this.
Title: Re: Where to Start
Post by: spatialiste on February 13, 2019, 11:28:26 PM
I was looking for information on smart contracts and I found this topic in which all the important informations are referenced.

Thank you very much, I bookmark this page and I will immerse myself in all this during my next holiday.

(Really amazing  ;D)
Title: Where is Administration altcoinstalks.com ??
Post by: Antonioqnx on August 14, 2019, 12:00:47 PM
Where is moderator??
I'ts important.
Thank.
Title: Re: Where to Start
Post by: Fivestar4everMVP on October 12, 2020, 07:46:10 PM
I see its been very long since the last comment here, am currently learning to write solidity smart contract and looking for resources to rely on.
I will like to know if the links posted here are still relevant to today's version of solidity.
Title: Re: Where to Start
Post by: Dr.lecter on January 22, 2021, 02:52:27 AM
Thank you, this is what exactly am looking for. Blockchain developer is a hot trend rightnow with hand some salary.