multisign tutorial

This commit is contained in:
mDuo13
2015-09-29 18:28:04 -07:00
parent ffdb26db76
commit d04cdfc6de
27 changed files with 2068 additions and 225 deletions

View File

@@ -107,6 +107,13 @@ pages:
ripple.com: https://ripple.com/build/reliable-transaction-submission/
sidebar: true
- name: Multi-Signing Transactions
category: Tutorials
html: tutorial-multisign.html
md: tutorial-multisign.md
ripple.com: https://wiki.ripple.com/Multisign
sidebar: true
# Concepts are introductions that explain a topic.
# In the Dev Portal, these are mostly summaries of RCL features.
- name: Paths

View File

@@ -1,162 +0,0 @@
[
{
"name": "Overview",
"template":"template-index.html",
"html": "index.html",
"targets": ["local", "ripple.com"],
"sidebar": false
},
{
"name": "Ripple Developer Resources",
"template":"template-pdf_intro.html",
"html": "pdf_intro.html",
"targets": ["pdf"]
},
{
"name": "Paths",
"md":"paths.md",
"html":"paths.html",
"ripple.com": "https://ripple.com/build/paths/",
"category": "Concepts",
"sidebar": "category-toc"
},
{
"name": "Fees (Disambiguation)",
"md": "fees.md",
"html": "fees.html",
"ripple.com": "https://ripple.com/knowledge_center/fees-disambiguation/",
"category": "Concepts",
"sidebar": "category-toc"
},
{
"name": "Transfer Fees",
"md":"transferrate.md",
"html":"transfer_fees.html",
"ripple.com": "https://ripple.com/knowledge_center/transfer-fees/",
"category": "Concepts",
"sidebar": "category-toc"
},
{
"name": "Transaction Cost",
"md": "tx-cost.md",
"html": "tx-cost.html",
"ripple.com": "https://ripple.com/build/transaction-cost/",
"category": "Concepts",
"sidebar": "category-toc"
},
{
"name": "Fee Voting",
"md": "fee-voting.md",
"html": "fee-voting.html",
"ripple.com": "https://ripple.com/build/fee-voting/",
"category": "Concepts",
"sidebar": "category-toc"
},
{
"name": "Reserves",
"md": "reserves.md",
"html": "reserves.html",
"ripple.com": "https://ripple.com/build/reserves/",
"category": "Concepts",
"sidebar": "category-toc"
},
{
"name": "Freeze",
"md": "freeze.md",
"html": "freeze.html",
"ripple.com": "https://ripple.com/build/freeze/",
"category": "Concepts",
"sidebar": "category-toc"
},
{
"name": "RippleAPI Quick Start Guide",
"md": "rippleapi_quickstart.md",
"html": "rippleapi_quickstart.html",
"category": "Tutorials",
"sidebar": "page-toc"
},
{
"name": "rippled",
"md":"rippled.md",
"html":"rippled-apis.html",
"ripple.com": "https://ripple.com/build/rippled-apis/",
"category": "References",
"sidebar": "page-toc"
},
{
"name": "rippled Setup",
"md":"rippled-setup.md",
"html":"rippled-setup.html",
"ripple.com": "https://ripple.com/build/rippled-setup/",
"category": "Tutorials",
"sidebar": "page-toc"
},
{
"name": "Transactions",
"md":"tx_format.md",
"html":"transactions.html",
"ripple.com": "https://ripple.com/build/transactions/",
"category": "References",
"sidebar": "page-toc"
},
{
"name": "Ledger Format",
"md":"ledger_format.md",
"html":"ripple-ledger.html",
"ripple.com": "https://ripple.com/build/ledger-format/",
"category": "References",
"sidebar": "page-toc"
},
{
"name": "Reliable Transaction Submission",
"md":"reliable_tx.md",
"html":"reliable_tx.html",
"ripple.com": "https://ripple.com/build/reliable-transaction-submission/",
"category": "Tutorials",
"sidebar": "page-toc"
},
{
"name": "Gateway Guide",
"md":"gateway_guide.md",
"html":"gateway_guide.html",
"ripple.com": "https://ripple.com/build/gateway-guide/",
"category": "Tutorials",
"sidebar": "page-toc"
},
{
"name": "Ripple Data API v2",
"md": "data_v2.md",
"html": "data_api_v2.html",
"ripple.com": "https://ripple.com/build/data-api-v2/",
"category": "References",
"sidebar": "page-toc"
},
{
"name": "RippleAPI",
"md": "https://raw.githubusercontent.com/ripple/ripple-lib/0.16.7/docs/index.md",
"html": "rippleapi.html",
"ripple.com": "https://ripple.com/build/rippleapi/",
"category": "References",
"sidebar": "page-toc"
},
{
"name": "WebSocket API Tool",
"template":"template-ripple-api-tool.html",
"category": "API Tools",
"ripple.com": "https://ripple.com/build/websocket-tool/",
"html": "ripple-api-tool.html",
"targets": ["local","ripple.com"],
"sidebar": "custom"
},
{
"name": "Data API v2 Tool",
"template":"template-rest-api-tool.html",
"methods_js": "js/apitool-methods-data_v2.js",
"category": "API Tools",
"rest_host": "https://data.ripple.com",
"html": "data-api-v2-tool.html",
"targets": ["local","ripple.com"],
"sidebar": "custom"
}
]