Install DFX

DFX is the default SDK maintained by the DFINITY foundation.
- Open up Ubuntu from the Start menu
- Copy the following command and paste it into your terminal and hit enter to install DFX. Copy Text
- Once DFX installs, It will show you where
- Check which version DFX has installed and confim installion Copy Text

DFX_VERSION=0.9.3 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"

dfx --version