本文主要是介绍Centos 下 Dfinity 公链网络部署,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
![[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-P9NAuOyv-1625300782740)(C:\Users\85380\AppData\Roaming\Typora\typora-user-images\image-20210703154213517.png)]](https://img-blog.csdnimg.cn/20210703162611366.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MTU5NDA0NQ==,size_16,color_FFFFFF,t_70)
终端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 公链网络部署的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!