RSK
EVM sidechain for Bitcoin
Solution
docker build -t mainnet -f Dockerfile.MainNet .
Prepare node.conf
web: {
cors: "*",
http: {
enabled: true,
bind_address = "0.0.0.0",
hosts = ["tagethost.example.com"]
port: 4444,
}
ws: {
enabled: false,
bind_address: "0.0.0.0",
port: 4445,
}
}
}
Make a Dockerfile
Build & push your image
Configure your pod

Test your connection
Debug your pod
Persistent Storage

Last updated