An open API service indexing awesome lists of open source software.

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

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
```