Install DFX

DFX is the default SDK maintained by the DFINITY foundation.

  1. Open up Ubuntu from the Start menu
  2. Copy the following command and paste it into your terminal and hit enter to install DFX.
  3. Copy Text
    DFX_VERSION=0.9.3 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
  4. Once DFX installs, It will show you where
  5. Check which version DFX has installed and confim installion
  6. Copy Text
    dfx --version
Next:Install Node(Homebrew)