Dfinity
Background
Setup
// Installing the SDK Kit
$ sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
// installed on Installed /usr/local/bin/dfx
// Check the version is well installed
$ dfx --version
// Access to the help CLI
$ dfx --helpYour First Prog
Last updated