-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Matt Swezey edited this page Jan 16, 2019
·
28 revisions
🚧 Setup required per your environment 👷♂️
The following Windows setup goes faster when one utilizes Chocolatey (a Windows Package Manager).
Required software packages:
- Git
- Node (using nvm to install and manage node versions)
- Windows Build Tools
- Visual Studio Code (recommended, or your flavor of IDE)
- Install: Chocolatey
- Install solc (Solidity Compiler)
- Install VS Code
Open up PowerShell or cmd:
- Run:
choco install git.install
(via cmd or PowerShell) - Run:
choco install nvm
(NVM: Node Version Manager) - Run:
nvm install 11.3
- Run:
nvm use 11.3
You may have to restart cmd/Powershell or refresh your environment (refreshenv
) in between the steps above.