# education **Repository Path**: Dledger/education ## Basic Information - **Project Name**: education - **Description**: https://github.com/sxguan/education - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/sxguan/education - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-12 - **Last Updated**: 2023-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # education 将`GOPATH`设置为`/root/go`,拉取项目: ``` cd $GOPATH/src && git clone https://github.com/sxguan/education.git ``` 在`/etc/hosts`中添加: ``` 127.0.0.1 orderer.example.com 127.0.0.1 peer0.org1.example.com 127.0.0.1 peer1.org1.example.com ``` 添加依赖: ``` cd education && go mod tidy ``` 运行项目: ``` ./clean_docker.sh ``` 在`127.0.0.1:9000`进行访问