mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-15 01:05:49 +00:00
Create separate test amendments tutorial
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
---
|
||||
html: test-amendments.html
|
||||
parent: configure-rippled.html
|
||||
blurb: You can test proposed amendments before they're enabled on the network.
|
||||
labels:
|
||||
- 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.
|
||||
|
||||
<!-- MULTICODE_BLOCK_START -->
|
||||
_Example_
|
||||
|
||||
```
|
||||
[features]
|
||||
MultiSign
|
||||
TrustSetAuth
|
||||
```
|
||||
|
||||
<!-- MULTICODE_BLOCK_END -->
|
||||
Reference in New Issue
Block a user