[Ethereum] What IDE or text editor can I use for solidity in ethereum?

contract-developmentdapp-development

I need to know how to use solidity (What IDE to use) and is there any other languages that is used in the Ethereum blockchain.

Best Answer

you will find in the official documentation a list of the tools used for solidity, please read https://solidity.readthedocs.io/en/develop/

for the other languages there is Serpent and LLL but solidity is the more popular.

Related Topic