Go to file
dnrops a5e23e851d issue1 在本地部署xuperchain 2021-10-20 22:49:42 +08:00
.github workflow: Update github virtual environments to ubuntu-18.04 and macos-10.15 (#1015) 2021-03-15 16:31:23 +08:00
core bugfix: mock now, blockhash & block.number for evm (#1033) 2021-04-28 14:41:55 +08:00
front refactor: xuperchain = core + front + visual (#624) 2020-01-13 21:33:21 +08:00
visual refactor: xuperchain = core + front + visual (#624) 2020-01-13 21:33:21 +08:00
.gitattributes fix gitattributes (#626) 2020-01-14 18:56:59 +08:00
.gitignore contractsdk/go: Add golang contract templates (#964) 2021-01-28 15:43:06 +08:00
.travis.yml ci: add docker command check (#762) 2020-03-26 12:44:48 +08:00
CONTRIBUTING.md Update stable version and documentation link (#717) 2020-03-06 17:38:20 +08:00
CONTRIBUTING_CN.md Update stable version and documentation link (#717) 2020-03-06 17:38:20 +08:00
Dockerfile Makefile: clean up xvm build (#1009) 2021-03-15 16:54:26 +08:00
LICENSE xuperunion initial commit 2019-05-24 10:48:52 +08:00
Makefile RFC: Add debug build for step through debugger like goland (#978) 2021-04-07 20:19:22 +08:00
README.md issue1 在本地部署xuperchain 2021-10-20 22:49:42 +08:00
codecov.yml add Codecov to github action (#947) 2020-11-17 20:01:14 +08:00
go.mod Evm bug fix (#1019) 2021-04-08 12:57:44 +08:00
go.sum evm Conflict Resolution (#1028) 2021-04-09 14:45:15 +08:00

README.md

参考 XuperChain 官方文档搭建单节点本地网络

电脑配置

image-20211020220650964.png

Go version

image-20211020220812289.png

Gcc version

image-20211020220858815.png

image-20211020222054576.png

Git Clone 到本地

image-20211020221020442.png

进入xuperchain这个目录

cd xuperchain 

make

image-20211020221156199.png

bash control.sh start

image-20211020222236692.png

image-20211020222258207.png