Releases: dfinity/sdk
Releases · dfinity/sdk
DFX Demo
This release contains the standalone dfx, which understands all the things shown at the 0.3.0 demo.
To install the latest DFX, use:
curl https://hydra-int.dfinity.systems/latest/dfinity-ci-build/sdk/dfinity-sdk.packages.public-folder.x86_64-linux/public-folder/install.sh | sh
0.2.1
0.2.0
dfx
The following commands may be executed in order:
A developer can start a node (i.e. locally on Linux or macOS)
$ cd examples/hello
$ dfx start
A developer can compile ActorScript into a Wasm module
$ dfx build
$ find build # view the contents of the build directory
A user can receive "Hello {name}" by calling a canister with an argument
$ dfx send http://localhost:8080 DFINITY
Hello, DFINITY!
Run kill $(pgrep nodemanager) && kill $(pgrep client)
or similar when finished to stop the node.