Sign inSign up

flarefoundation/flare-rosetta

By flarefoundation

Updated almost 2 years ago

Flare and Coston2 Rosetta service

Image
0

10K+

flarefoundation/flare-rosetta repository overview

flare-rosetta

​ This image combines a go-flare observation node with a rosetta-server. ​ The Dockerfile can be found here. ​ The Dockerfile builds the components from the source, it uses multi-stage builds and is independent of local file copy. ​

Running

Runtime environment variables:

NameTypeDefaultDescription
MODEstringonlineMode of operations. One of: online, offline

Flare

docker run -d -p 8080:8080 -p 9650:9650 -p 9651:9651 -v /my/host/dir/flare/db:/app/flare/db flarefoundation/flare-rosetta:latest

Coston2

docker run -d -p 8080:8080 -p 9650:9650 -p 9651:9651 -v /my/host/dir/costwo/db:/app/flare/db flarefoundation/flare-rosetta:latest costwo

​ You can override the default configuration files by mounting to /app/conf. See server/rosetta-cli-conf in flare-rosetta repo for the expected folder structure. ​ You can find more information on running a node in our official documentation.

Tag summary

Content type

Image

Digest

sha256:4549def4e

Size

165.3 MB

Last updated

almost 2 years ago

docker pull flarefoundation/flare-rosetta