Local Network
You can deploy a local Astria Network and EVM rollup in multiple ways. Deploying with the astria-go
CLI will setup a minimum viable sequencer and rollup for lightweight local development, and using the Astria Deployment Charts will deploy the entire Astria Stack but requires more resources.
Endpoints
If deploy with the astria-go
CLI
Name | Endpoint |
---|---|
Rollup RPC | http://localhost:8545 |
Sequencer RPC | http://localhost:26657 |
Deploy with the astria-go
CLI here.
If deploy with the Astria deployment charts
Name | Endpoint |
---|---|
Rollup RPC | http://executor.astria.localdev.me |
EVM Rollup Faucet | http://faucet.astria.localdev.me |
EVM Rollup Blockscout | http://blockscout.astria.localdev.me |
Sequencer RPC | http://rpc.sequencer.localdev.me/health |
Deploy with the Astria Development Charts
here.