Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 548 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 548 Bytes

chainflip-docker

TODO

  • publish images
  • docker-compose up -d
  • add engine and geth
  • add ethereum-key input dialog
  • check expose vs ports
  • blocked connection to WebSockets server with untrusted host: Some("chainflip-node:9944")

Running

docker-compose up

Building

docker build -t chainflip-engine --target engine .
docker build -t chainflip-cli --target cli .
docker build -t chainflip-node --target node .
docker build -t chainflip-subkey --target subkey .
docker build -t chainflip-keys --target keys .