本文主要是介绍Centos 下 Dfinity 公链网络部署,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
终端1:
[root@swarm ICP]# sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
[root@swarm ICP]# dfx new hello
[root@swarm ICP]# cd hello/
[root@swarm ICP]# dfx start
Cannot find dfx configuration file in the current working directory. Did you forget to create one?
[root@swarm ICP]# cd hello/
[root@swarm hello]# dfx start
Jul 03 07:25:11.705 INFO ic-starter. Configuration: ValidatedConfig { replica_path: Some("/root/.cache/dfinity/versions/0.7.2/replica"), replica_version: "0.8.0", log_level: Warning, cargo_bin: "cargo", cargo_opts: "", state_dir:
这篇关于Centos 下 Dfinity 公链网络部署的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!