调用函数验证部署
现在你已经在本地网络部署了三个canister并且可以通过dfx canister call命令分别测试
测试步骤
使用dfx canister call命令调用assistant canister,使用addTodo函数并传递要添加的任务
使用showTodos函数验证命令返回的to-do list
命令输出
使用dfx canister call命令调用rock_paper_scissors canister,使用contest函数
命令输出
使用dfx canister call命令调用daemon canister,使用launch函数
验证launch模拟函数返回“The daemon process is running”信息
最后更新于