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.