diff --git a/README.md b/README.md index cd7cb0ff56..8cee24c832 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ network. Other components of the Astria network can be found in the [astriaorg](https://github.com/astriaorg) organization. To run locally, we utilize a dev-cluster which can be found at -[astriaorg/dev-cluster](https://github.com/astriaorg/dev-cluster). +[astriaorg/astria/charts](https://github.com/astriaorg/astria/tree/main/charts). To learn more about Astria, please visit [astria.org](https://astria.org). diff --git a/charts/README.md b/charts/README.md index 79a8648b6e..3b0093092e 100644 --- a/charts/README.md +++ b/charts/README.md @@ -46,13 +46,11 @@ just deploy astria-local # Deploys a geth rollup chain + faucet + blockscout + ingress # w/ defaults running against local network, along with a bridge withdawer. -# NOTE - default values can be found in `helm/rollup/values.yaml` +# NOTE - default values can be found in `../dev/values/rollup/dev.yaml` just deploy rollup -# Deploy only the rollup chain, faucet, blockscout instance without withdrawer: -just deploy dev-rollup # w/ custom name and id for further customization see the values file at -# `dev/values/rollup/dev.yml` +# `../dev/values/rollup/dev.yml` just deploy dev-rollup # Send funds into the rollup chain, by default transfers 10 RIA to the rollup @@ -80,16 +78,19 @@ The default rollup faucet is available at . If you deploy a custom faucet, it will be reachable at `http://faucet..localdev.me`. -By default, the faucet is funded by the account that is funded during geth -genesis. This key is defined in `./evm-rollup/values.yaml` and is identical to -the key in `./evm-rollup/files/keys/private_key.txt`. +By default, no account is funded during geth genesis. +Run `just init-rollup-bridge` to fund the faucet account. This account key is +defined in `../dev/values/rollup/dev.yaml` and is identical to the key in +`./evm-rollup/files/keys/private_key.txt`. + +The default sequencer faucet is available at . ### Blockscout -The default Blockscout app is available at . +The default Blockscout app is available at . If you deploy a custom Blockscout app, it will be available at -`http://blockscout..localdev.me`. +`http://explorer..localdev.me`. ### Sequencer