Plasma DA Server
Introduction
This DA server proxies plasma requests to a remote celestia node.
Celestia Configuration
The DA server requires a celestia node to be running in order to submit
transactions to the celestia network.
The --celestia.server
flag is used to specify the celestia node endpoint. The
default value is http://localhost:26658
.
The --celestia.auth-token
flag is used to specify the auth token for the
celestia node. Seee the celestia
documentation
for more information.
The --celestia.namespace
flag is used to specify the namespace for the
transactions.
A random valid namespace can be generated by running the following command:
export NAMESPACE00000000000000000000000000000000000000$(openssl rand -hex 10)
The --generic-commitment
flag is required as the da-server implements generic
commitments.