mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 15:45:50 +00:00
Re-levelization: move non-docs content, rename content→docs
For better URLs, the content folder has been renamed 'docs' and all other files have been moved up a level. Also, non-docs images have been moved to the static folder at the top level where they belong. Many relative paths had to be fixed to make this work.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
---
|
||||
html: test-amendments.html
|
||||
parent: configure-rippled.html
|
||||
seo:
|
||||
description: ネットワーク上で有効になる前に、Amendmentをテストすることができます。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
---
|
||||
# Amendmentのテスト
|
||||
|
||||
|
||||
本番ネットワークでAmendmentが完全に有効になる前に、スタンドアロンモードを使って`rippled` の動作をテストすることができます。
|
||||
|
||||
**注意:** これは開発目的の利用を想定しています。
|
||||
|
||||
機能を強制的に有効にするには、`rippled.cfg` ファイルに `[features]`節とAmendmentの短い名前を追加してください。各Amendmentにはそれぞれ行が必要です。
|
||||
|
||||
{% tabs %}
|
||||
|
||||
{% tab label="Example" %}
|
||||
```
|
||||
[features]
|
||||
MultiSign
|
||||
TrustSetAuth
|
||||
```
|
||||
{% /tab %}
|
||||
|
||||
{% /tabs %}
|
||||
Reference in New Issue
Block a user