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.
Asked
Active
Viewed 1.3k times
5
1 Answers
3
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.
Badr Bellaj
- 18,780
- 4
- 58
- 75
There are however no fully-fledged downloadable IDE's specifically made for Ethereum. There are some plug-ins for traditional IDE's, but if you want to go down that route you might as well try the Truffle Framework.
– Jatago Nov 18 '18 at 20:35