Sunrise Alt DA
Sunrise Alt DA connects the L2 blockchain to Sunrise's Data Availability Layer. Currently, L2 chains created in the OP Stack are supported.
See OP Stack for L2 chain side configuration.
Sunrise Consensus Node
Requires a networked Sunrise node to operate. Networks running Sunrise v0.3.0 or higher support Data Availability Layer.
Follow the Node Guide on how to create a consensus node.
How to set up Alt DA
sunrise-data
Clone sunrise-data repo
Create and edit
config.toml
To connect to a local IPFS daemon, leave the
ipfs_api_url
field emptyChage
home_path
to your .sunrise directory andpublisher_account
to your sunrised key's nameStart Daemon
Integrate IPFS
Run IPFS
Check the IPFS node ID and optionally share and add a remote peer
sunrise-alt-da
Clone sunrise-alt-da repo
Start DA Server
Last updated