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.127.0.0.1.nip.io | 
| EVM Rollup Faucet | http://faucet.astria.127.0.0.1.nip.io | 
| EVM Rollup Blockscout | http://blockscout.astria.127.0.0.1.nip.io | 
| Sequencer RPC | http://rpc.sequencer.127.0.0.1.nip.io/health | 
Deploy with the Astria Development Charts here.