Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
42845220
Topic
4743743
Board
Development & Technical Discussion
Re: Development Environment to get started
by
bob123
on
25/07/2018, 11:41:20 UTC
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
.