Altcoins Talks - Cryptocurrency Forum
Cryptocurrency Ecosystem => Ethereum Forum => Topic started 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
-
How about this thing, it looks pretty easy for someone who knows coding:
https://www.ethereum.org/crowdsale
-
I use to follow some Ethereum-based project blogs. One of my favorite is: https://blog.aragon.one/tagged/development
-
Thank you...this helps..
How about this thing, it looks pretty easy for someone who knows coding:
https://www.ethereum.org/crowdsale
-
is there any reference to refer about Assembly code of EVM solidity program .provide any reference if you have .
-
is there any reference to refer about Assembly code of EVM solidity program .provide any reference if you have .
-
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?
-
Thank you...this helps..
-
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
-
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.
-
Thanks for this mate. It may help me with this.
-
This is a great help to those people like me interested in solidity and the world of prgramming. Thank you mate!
-
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.
-
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.
-
thanks helpfully for us
-
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.
-
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)
-
Where is moderator??
I'ts important.
Thank.
-
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.
-
Thank you, this is what exactly am looking for. Blockchain developer is a hot trend rightnow with hand some salary.