Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Ethereum Forum => Solidity => Topic started by: RianDrops on March 31, 2018, 04:40:48 PM

Title: Does Solidity has it's own Editor?
Post 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.
Title: Re: Does Solidity has it's own Editor?
Post by: EmoneyABC on May 15, 2018, 10:30:17 PM
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?
Title: Re: Does Solidity has it's own Editor?
Post by: TheCBF on July 09, 2019, 03:00:01 PM
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
Title: Re: Does Solidity has it's own Editor?
Post by: Fivestar4everMVP on October 12, 2020, 07:42:19 PM
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.
Title: Re: Does Solidity has it's own Editor?
Post by: Dr.lecter on January 22, 2021, 03:12:05 AM
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
Title: Re: Does Solidity has it's own Editor?
Post by: NANCY on March 05, 2021, 10:02:12 AM
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.