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

https://github.com/shrimpliu/eos-dawn2.x-docker

EOSIO/eos DAWN2.x Docker Configuration
https://github.com/shrimpliu/eos-dawn2.x-docker

blockchain docker docker-compose eos eosio

Last synced: 2 months ago
JSON representation

EOSIO/eos DAWN2.x Docker Configuration

Awesome Lists containing this project

README

        

# eos-dawn2.x docker配置
## Configurate
```shell
cp .env.example .env
vim .env
```
## Custom Configuration
Modify `data-dir/config.ini` and `data-dir/genesis.json`
## Add Contracts
Add contract to `data-dir/contracts` folder.
## Build
```shell
docker-compose build
```
## Start
```shell
docker-compose up -d
```
## Run eosc
```shell
./eosc.sh
```