LocationsΒΆ
This part focuses on using Remix IDE, which is a browser based smart contract IDE. We will basically answer the question:
Where can I find or download Remix IDE, and what is the difference between packages?
An online version is available at https://remix.ethereum.org. This version is stable and is updated at almost every release.
An alpha online version is available at https://remix-alpha.ethereum.org. This is not a stable version.
npm
remix-idepackagenpm install remix-ide -g.remix-idecreate a new instance ofRemix IDEavailable at http://127.0.0.1:8080 and make the current folder available to Remix IDE by automatically startingremixd. see Connection toremixdfor more information about sharing local file withRemix IDE.Github release: https://github.com/ethereum/remix-ide/releases . The source code is packaged at every release but still need to be built using
npm run build.