Skip to content

0.2.0

Compare
Choose a tag to compare
@paulyoung paulyoung released this 09 Sep 21:40
· 2873 commits to master since this release
8437d96

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.