https://github.com/fabryprog/iotex-core-compose
Docker compose to create a IoTeX node
https://github.com/fabryprog/iotex-core-compose
docker docker-compose iot iotex iotex-core
Last synced: 3 months ago
JSON representation
Docker compose to create a IoTeX node
- Host: GitHub
- URL: https://github.com/fabryprog/iotex-core-compose
- Owner: Fabryprog
- License: apache-2.0
- Created: 2018-11-28T06:38:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T20:37:48.000Z (over 6 years ago)
- Last Synced: 2025-02-12T08:57:12.521Z (4 months ago)
- Topics: docker, docker-compose, iot, iotex, iotex-core
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iotex-core-compose
Docker compose to create a IoTeX node (testnet)
The compose has:
1. iotex-core image
2. iotex-explorer image
3. iotex-wallet image# Config file
copy the file ```config.template.yml``` into ```config.yml``` and edit it. You must change using yoir public ip
# Start your node
```
docker-compose up -d
```# Test your node
## Request
```
curl -X POST --data '{"jsonrpc":"2.0","method":"Explorer.getBlockchainHeight","params":[],"id":"1"}' 127.0.0.1:14004
```## Response
```
{"jsonrpc":"2.0","id":"1","result":231746}
```
# ExplorerYou can open the explorer using this url: http://YOUR IP ADDRESS:4004/