Files
xrpl-dev-portal/content/infrastructure/testing-and-auditing/test-amendments.md
mDuo13 554a3732d4 Migrate content syntax via script
The changes in this commit were auto-generated by running

tool/migrate.sh

Following this commit, the Dactyl build no longer works but the Redocly
build (mostly) should.
2024-01-31 16:09:41 -08:00

751 B

html, parent, blurb, labels
html parent blurb labels
test-amendments.html use-stand-alone-mode.html You can test proposed amendments before they're enabled on the network.
Blockchain

Test Amendments

You can test how rippled behaves before proposed amendments are fully enabled on the production network. Since other members of the consensus network won't have the feature enabled, run your server in stand-alone mode.

Caution: This is intended for development purposes only.

To forcibly enable a feature, add a [features] stanza with amendment short names to your rippled.cfg file. Each amendment needs its own line.

{% tabs %}

{% tab label="Example" %}

[features]
MultiSign
TrustSetAuth

{% /tab %}

{% /tabs %}