Files
xrpl-dev-portal/@l10n/ja/docs/infrastructure/testing-and-auditing/test-amendments.md
2024-11-04 12:01:06 -08:00

853 B

html, parent, seo, labels
html parent seo labels
test-amendments.html configure-rippled.html
description
ネットワーク上で有効になる前に、Amendmentをテストすることができます。
ブロックチェーン

Amendmentのテスト

本番ネットワークでAmendmentが完全に有効になる前に、スタンドアロンモードを使ってrippled の動作をテストすることができます。

{% admonition type="warning" name="注意" %}これは開発目的の利用を想定しています。{% /admonition %}

機能を強制的に有効にするには、rippled.cfg ファイルに [features]節とAmendmentの短い名前を追加してください。各Amendmentにはそれぞれ行が必要です。

{% tabs %}

{% tab label="Example" %}

[features]
MultiSign
TrustSetAuth

{% /tab %}

{% /tabs %}