赞
踩
dfx start || dfx start --clean
(dfx start --clean命令启动 : 以clean状态启动 会清理掉在后台运行的可能会影响到操作的进程 比如: 其他IC网络)
dfx canister create --all
dfx build || dfx build --check
dfx canister install actore_hello(project_name)
dfx canister call:
eg : dfx canister call project_name(location_hello) function_name(location) params(requird function params)
EG :
root@x:/home/x/dfinity /location_hello dfx canister call location_hello location "zhengzhou "
("Hello, zhengzhou !")
在dfx.json中 network部分有Ip与对应端口号 访问时在browser(浏览器)中输入 127.0.0.1:8000(IP+port)/candid?candid?canisterId=你的main.mo文件对应的canisterID 即可访问
例:
http://127.0.0.1:8000/candid?canisterId=rwlgt-iiaaa-aaaaa-aaaaa-cai
dfx stop
在 “canister” 下加入如下格式:
"actore_name" : {
"main" : "src/actor_name/main.mo",
"type" : "motoko"
},
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。