Miscellaneous Tools
Some tools that have not been discussed previously are listed below and introduced briefly in order to make readers aware of the myriad of development options available for blockchains. This list includes platforms, utilities, and tools that can be used for blockchain development.
Solidity extension for Microsoft Visual studio
This extension provides Intellisense, auto completion, and templates for decentralized apps, and works within the familiar Visual Studio IDE, making it easier for developers to familiarize themselves with Ethereum development.
MetaMask
This is a DAPP browser that is similar to Mist from a DAPP browsing point of view but allows users to run Ethereum decentralized applications within the browser without the requirement of running a full Ethereum node. This is available from https://metamask.io/ and can be installed as a Chrome plugin.
Stratis
This is a blockchain development platform that allows creation of custom private blockchains and works in conjunction...