quickstart
quickstart copied to clipboard
Home of the stellar/quickstart docker image for development and testing
### What Adding base config for `dependabot.yml`, which enables automatic PRs for [dependency version updates](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) through Dependabot. This base config sets version updates to run on a `weekly` schedule, groups...
The quickstart image should have an explorer-like UI for accesing data about the currently running network. When running a local test network it should be possible to view the state...
The quickstart image contains a developer tool for use during development and testing of applications built on Stellar. In the early days the image was the fastest way to get...
### What problem does your feature solve? To be able to replicate state and issues seen from another network, or used for testing. ### What would you like to see?...
The GitHub Action in the action.yml file waits for the container to be healthy, but does so by testing the RPC endpoint. The RPC is faster at getting setup than...
### What problem does your feature solve? The image is used for local testing and CI testing. The startup time directly impacts a developers ability to get started, and for...
In https://github.com/stellar/quickstart/pull/671 an action was added for running the image in GitHub Actions. We should add docs to the repos README.md, and to the Stellar Developer Docs pages about the...
### What problem does your feature solve? It's not obvious to new users how to tell the image is fully ready to be used. Being ready is some combination of...
I am trying to change the network passphrase in a standalone configuration I tried changing the NETWORK_PASSPHRASE value in the following files `/opt/stellar/core/etc/stellar-core.cfg ` `/opt/stellar/core/etc/stellar-captive-core.cfg ` `/opt/stellar/horizon/etc/horizon.env ` I tried...