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
- Host: GitHub
- URL: https://github.com/shrimpliu/eos-dawn2.x-docker
- Owner: shrimpliu
- Created: 2018-03-29T13:06:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T05:55:25.000Z (about 7 years ago)
- Last Synced: 2025-01-28T16:41:26.909Z (4 months ago)
- Topics: blockchain, docker, docker-compose, eos, eosio
- Language: Shell
- Size: 185 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```