https://github.com/shrimpliu/eos-dawn3-docker
EOS DAWN3.x Docker Configuration
https://github.com/shrimpliu/eos-dawn3-docker
docker docker-compose eos eosio
Last synced: 2 months ago
JSON representation
EOS DAWN3.x Docker Configuration
- Host: GitHub
- URL: https://github.com/shrimpliu/eos-dawn3-docker
- Owner: shrimpliu
- Created: 2018-03-30T02:27:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T03:26:43.000Z (about 7 years ago)
- Last Synced: 2025-01-28T16:41:26.332Z (4 months ago)
- Topics: docker, docker-compose, eos, eosio
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> This resposity is deprecated, please switch to the new [resposity](https://github.com/EOSMore/EOSDocker)
# eos-dawn3.x docker配置
> EOS Dawn 3.0
## Get
```shell
git clone -b alpha https://github.com/shrimpliu/eos-dawn3-docker.git
cd eos-dawn3-docker/
git lfs pull
```
## Configurate
```shell
cp .env.example .env
vim .env
```
## Custom Configuration
Modify `config-dir/config.ini` and `config-dir/genesis.json`
## Add Contracts
Add contract to `config-dir/contracts` folder.
## Build
```shell
docker-compose build
```
## Start
```shell
docker-compose up -d
```
## Run cleos (EOS Client)
```shell
alias cleos='docker-compose exec eos cleos'
cleos get info
```