Dfinity
Background
Relevant URL:
SDK Developer Tools: https://sdk.dfinity.org/docs/developers-guide/sdk-guide.html
Motoko Language Guide: https://sdk.dfinity.org/docs/language-guide/motoko.html
Motoko Quick Reference: https://sdk.dfinity.org/docs/language-guide/language-manual.html
Setup
Look at : https://sdk.dfinity.org/docs/quickstart/local-quickstart.html
// 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
To run the Web Application: http://127.0.0.1:8000/?canisterId=ryjl3-tyaaa-aaaaa-aaaba-cai
Last updated
Was this helpful?