Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
42897608
Topic
4743743
Board
Development & Technical Discussion
Re: Development Environment to get started
by
rpstatic
on
26/07/2018, 09:16:57 UTC
Quote from: bob123 on July 25, 2018, 11:41:20 AM
Bitcoin core is written in C, so any IDE / text editor + compiler would be enough.
For solidity, you can take a look here (
https://solidity.readthedocs.io/en/develop/
).
Multiple plugins for several IDE's are available, according to the docs, remix(
https://remix.ethereum.org/
), a browser based IDE, is suggested for developing smart contracts.
However, you can find an solidity extension for visual studio here:
https://marketplace.visualstudio.com/items?itemName=ConsenSys.Solidity
.
Thank you for your feedback. I will checkout the extension, I really like visual studio code.