Skip to content

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

NameEndpoint
Rollup RPChttp://localhost:8545
Sequencer RPChttp://localhost:26657

Deploy with the astria-go CLI here.

If deploy with the Astria deployment charts

NameEndpoint
Rollup RPChttp://executor.astria.localdev.me
EVM Rollup Faucethttp://faucet.astria.localdev.me
EVM Rollup Blockscouthttp://blockscout.astria.localdev.me
Sequencer RPChttp://rpc.sequencer.localdev.me/health

Deploy with the Astria Development Charts here.