Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 415 Bytes

IC_SDK_MacOS.md

File metadata and controls

23 lines (18 loc) · 415 Bytes

Installation of IC SDK on MacOS

Install Homebrew (Package Manager)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Node.js

brew install node

Install IC SDK

Install the Internet Computer SDK:

sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"

Check the DFX version:

dfx --version