quickstart
quickstart copied to clipboard
Home of the stellar/quickstart docker image for development and testing
Hi can someone help with: stellar/quickstart from docker hub does not work at least for 4 months everytime I try to start latest ingestion hangs on some ledger if I...
Consolidate versions of software into a single place, such as a JSON or YAML file in the root. At the moment versions are stored in three locations: - Makefile -...
The images published by this repo should have attestations registered into sigstore so that they can be verified and linked back to the code that resulted in their build.
started container using the following command ```bash ~ docker run --rm -it -p 8000:8000 stellar/quickstart --pubnet --enable core,horizon,rpc ``` core version appears to be empty string in horizon's root resource....
Hello! ### What problem does your feature solve? Having a complete history in order to avoid this error on horizon: ``` GET /ledgers/1 { "type": "https://stellar.org/horizon-errors/before_history", "title": "Data Requested Is...
### What Upgrade workflows to use macos-latest and `macos-15-large` rather than `macos-13` ### Why 1. It's about to be deprecated: [announcement 🔗](https://github.com/actions/runner-images/issues/13046) 2. It's already making the CI fail: [example...
### What Name the final stage in the dockerfile. ### Why The image build process builds multiple independent parts at the same time and outputs the build logs with the...
We should consider changing images.json to images.jsonc to allow comments. Why: So when changes are made like https://github.com/stellar/quickstart/pull/826/files (cc @sisuresh), we can comment on the commits to remind ourselves of...
### What problem does your feature solve? The quickstart image contains testnet Soroban settings config in a JSON file, that gets used when using local mode so that local mode...
### What version are you using? ``` $ stellar version stellar 23.1.4 () stellar-xdr 23.0.0 (e83a6337204ecfdb0ac0d44ffb857130c1249b1b) xdr curr (4b7a2ef7931ab2ca2499be68d849f38190b443ca) ``` ### What did you do? - Interact with local chain...