Altcoins Talks - Cryptocurrency Forum
Cryptocurrency Ecosystem => Ethereum Forum => Topic started by: RianDrops on March 31, 2018, 04:40:48 PM
-
Good day guys. I am curious about solidity. I heared that it is very expensive to hire a solidity programmer. I wanna know if solidity has it's own studio to code, or we can program it in text editors like, sublime text, atom or etc.
-
i don't see any answer so I suppose there is no editor. Op if you found answer already please share and update this thread. i need such an editor because it would a lot easier to work with solidity when using one. Maybe somebody published one already until today?
-
Hi,
If you search for 'remix' you will find an online editor that can also be used for deploying and testing your Solidity contracts. Be sure to deploy to a testnet such as Rinkeby using fake Ether so you're not spending your own money.
Microsoft's 'Visual Studio Code' can also be used to write Solidity code, just hit the marketplace for a syntax highlighter to ensure the code is more readable.
The editor called 'Brackets' is not a bad choice either if you want something more lightweight.
Don't forget you can always go to eth fiddle dot com too, which can prove valuable for working with code snippets.
CBF
-
There are tons of editors available to choose from this days, the most popular one being "Remix" which is an online solidity text editor, but just like some else already mentioned here, VS code, bracket and several others can be used to write solidity codes.
-
I think this is easy to use: https://remix.ethereum.org/
It allows developing, deploying and administering smart contracts for Ethereum like blockchains. It can also be used as a learning platform. ;D
-
Thank you so much for sharing a valuable post with us. But I had no idea about it but I learned a lot by reading this valuable topic of yours. And I hope you will share more posts like this. I think seniors and juniors will all get help from this topic.