mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
816 B
816 B
html, parent, seo, labels
| html | parent | seo | labels | |||
|---|---|---|---|---|---|---|
| test-amendments.html | use-stand-alone-mode.html |
|
|
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.
{% admonition type="warning" name="Caution" %}This is intended for development purposes only.{% /admonition %}
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 %}