mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-23 11:10:54 +00:00
247 lines
11 KiB
HTML
247 lines
11 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
<meta name="viewport" content="width=device-width">
|
||
|
||
<title>Overview - Ripple Developer Portal</title>
|
||
|
||
<!-- favicon -->
|
||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||
|
||
<!-- jQuery -->
|
||
<script src="vendor/jquery-1.11.1.min.js"></script>
|
||
|
||
<!-- Bootstrap -->
|
||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||
<script src="js/bootstrap.min.js"></script>
|
||
|
||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||
<!--[if lt IE 9]>
|
||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||
<![endif]-->
|
||
|
||
|
||
<link href="css/custom-landing.css" rel="stylesheet">
|
||
|
||
<!-- Font Awesome -->
|
||
<link href="vendor/font-awesome.min.css" rel="stylesheet">
|
||
|
||
|
||
<!-- Custom Stylesheets -->
|
||
<link href="font/fonts.css" rel="stylesheet" type="text/css" />
|
||
<link href="css/main.css" rel="stylesheet" />
|
||
<link href="css/custom.css" rel="stylesheet" />
|
||
|
||
<link rel="shortcut icon" href="favicon.ico?v=2" type="image/x-icon" />
|
||
<link rel="icon" href="favicon.ico?v=2" type="image/x-icon" />
|
||
|
||
|
||
</head>
|
||
<body >
|
||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||
<div class="container">
|
||
<div class="navbar-header">
|
||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||
<span class="sr-only">Toggle navigation</span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
</button>
|
||
<a class="navbar-brand" href="./"><img class="small_logo" src="assets/img/ripple_logo_small.png"></a>
|
||
</div>
|
||
<div class="navbar-collapse collapse">
|
||
<ul class="nav navbar-nav">
|
||
<li class="dropdown">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Concepts <span class="caret"></span></a>
|
||
<ul class="dropdown-menu" role="menu">
|
||
<li><a href="paths.html">Paths</a></li>
|
||
<li><a href="fees.html">Fees (Disambiguation)</a></li>
|
||
<li><a href="transfer_fees.html">Transfer Fees</a></li>
|
||
<li><a href="tx-cost.html">Transaction Cost</a></li>
|
||
<li><a href="fee-voting.html">Fee Voting</a></li>
|
||
<li><a href="reserves.html">Reserves</a></li>
|
||
<li><a href="freeze.html">Freeze</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="dropdown">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">References <span class="caret"></span></a>
|
||
<ul class="dropdown-menu" role="menu">
|
||
<li><a href="rippled-apis.html">rippled</a></li>
|
||
<li><a href="ripple-rest.html">Ripple-REST</a></li>
|
||
<li><a href="transactions.html">Transactions</a></li>
|
||
<li><a href="ripple-ledger.html">Ledger Format</a></li>
|
||
<li><a href="data_api_v2.html">Ripple Data API v2</a></li>
|
||
<li><a href="rippleapi.html">RippleAPI</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="dropdown">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorials <span class="caret"></span></a>
|
||
<ul class="dropdown-menu" role="menu">
|
||
<li><a href="rippled-setup.html">rippled Setup</a></li>
|
||
<li><a href="reliable_tx.html">Reliable Transaction Submission</a></li>
|
||
<li><a href="gateway_guide.html">Gateway Guide</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="dropdown">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">API Tools <span class="caret"></span></a>
|
||
<ul class="dropdown-menu" role="menu">
|
||
<li><a href="rest-api-tool.html">Ripple-REST API Tool</a></li>
|
||
<li><a href="ripple-api-tool.html">WebSocket API Tool</a></li>
|
||
<li><a href="data-api-v2-tool.html">Data API v2 Tool</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="dropdown">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources <span class="caret"></span></a>
|
||
<ul class="dropdown-menu" role="menu">
|
||
<li><a href="https://forum.ripple.com/viewforum.php?f=2">Forums</a></li>
|
||
<li><a href="https://www.bountysource.com/teams/ripple/bounties">Bounties</a></li>
|
||
<li><a href="https://ripplelabs.atlassian.net/">Bug Tracking</a></li>
|
||
<li><a href="https://ripple.com/category/dev-blog/">Dev Blog</a></li>
|
||
<li><a href="https://ripple.com/press-releases/">Press Center</a></li>
|
||
<li><a href="https://ripple.com/brand-guidelines/">Brand Guidelines</a></li>
|
||
</ul>
|
||
<li><a href="https://github.com/ripple/ripple-dev-portal" title="GitHub">Site Source</a></li>
|
||
</ul>
|
||
</div><!--/.nav-collapse -->
|
||
</div>
|
||
</div>
|
||
<script type="text/javascript">
|
||
if (window.location.host.indexOf("github.io") > -1) {
|
||
document.write("<div style='background-color:red; color:white; position:fixed; top: 50px; right: 150px; padding: 10px 20px;'>DRAFT</div>");
|
||
}
|
||
</script>
|
||
<div class='wrapper'>
|
||
|
||
<!-- jumbotron -->
|
||
<!-- <div class="container theme-showcase" role="main"> -->
|
||
<div class="jumbotron">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12">
|
||
<div class="col-md-3">
|
||
<img class="large_logo" src="assets/img/ripple_logo_large.png" />
|
||
</div>
|
||
<div class="col-md-9">
|
||
<h4>Welcome to the Developer Center</h4>
|
||
<p class="main_callout">
|
||
Ripple’s distributed settlement network is built on open-source technology that anyone can use. Here are the tools developers can use to build solutions around the open-source platform.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- </div> -->
|
||
|
||
<!-- main container -->
|
||
<div class="container build-index">
|
||
<div class="row">
|
||
<div class="col-md-3">
|
||
<ul>
|
||
<li class="top"><h5 class="dev_heading">Concepts</h5></li>
|
||
<li><a href="paths.html">Paths</a></li>
|
||
<li><a href="fees.html">Fees (Disambiguation)</a></li>
|
||
<li><a href="transfer_fees.html">Transfer Fees</a></li>
|
||
<li><a href="tx-cost.html">Transaction Cost</a></li>
|
||
<li><a href="fee-voting.html">Fee Voting</a></li>
|
||
<li><a href="reserves.html">Reserves</a></li>
|
||
<li><a href="freeze.html">Freeze</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-md-3">
|
||
<ul>
|
||
<li class="top"><h5 class="dev_heading">References</h5></li>
|
||
<li><a href="rippled-apis.html">rippled</a></li>
|
||
<li><a href="ripple-rest.html">Ripple-REST</a></li>
|
||
<li><a href="transactions.html">Transactions</a></li>
|
||
<li><a href="ripple-ledger.html">Ledger Format</a></li>
|
||
<li><a href="data_api_v2.html">Ripple Data API v2</a></li>
|
||
<li><a href="rippleapi.html">RippleAPI</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-md-3">
|
||
<ul>
|
||
<li class="top"><h5 class="dev_heading">Tutorials</h5></li>
|
||
<li><a href="rippled-setup.html">rippled Setup</a></li>
|
||
<li><a href="reliable_tx.html">Reliable Transaction Submission</a></li>
|
||
<li><a href="gateway_guide.html">Gateway Guide</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-md-3">
|
||
<ul>
|
||
<li class="top"><h5 class="dev_heading">API Tools</h5></li>
|
||
<li><a href="rest-api-tool.html">Ripple-REST API Tool</a></li>
|
||
<li><a href="ripple-api-tool.html">WebSocket API Tool</a></li>
|
||
<li><a href="data-api-v2-tool.html">Data API v2 Tool</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<footer class="footer">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-3">
|
||
<h4>Documentation</h4>
|
||
<ul class="footer_links">
|
||
<li><a href="paths.html">Paths</a></li>
|
||
<li><a href="fees.html">Fees (Disambiguation)</a></li>
|
||
<li><a href="transfer_fees.html">Transfer Fees</a></li>
|
||
<li><a href="tx-cost.html">Transaction Cost</a></li>
|
||
<li><a href="fee-voting.html">Fee Voting</a></li>
|
||
<li><a href="reserves.html">Reserves</a></li>
|
||
<li><a href="freeze.html">Freeze</a></li>
|
||
<li><a href="rippled-apis.html">rippled</a></li>
|
||
<li><a href="rippled-setup.html">rippled Setup</a></li>
|
||
<li><a href="ripple-rest.html">Ripple-REST</a></li>
|
||
<li><a href="transactions.html">Transactions</a></li>
|
||
<li><a href="ripple-ledger.html">Ledger Format</a></li>
|
||
<li><a href="reliable_tx.html">Reliable Transaction Submission</a></li>
|
||
<li><a href="gateway_guide.html">Gateway Guide</a></li>
|
||
<li><a href="data_api_v2.html">Ripple Data API v2</a></li>
|
||
<li><a href="rippleapi.html">RippleAPI</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-md-3">
|
||
<h4>Resources</h4>
|
||
<ul class="footer_links">
|
||
<li><a href="https://ripple.com/press-releases/">Press Center</a></li>
|
||
<li><a href="https://ripple.com/brand-guidelines/">Brand Use and Guidelines</a></li>
|
||
<li><a href="https://forum.ripple.com/viewforum.php?f=2">Forums</a></li>
|
||
<li><a href="https://ripple.com/category/dev-blog/">Dev Blog</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-md-3">
|
||
<h4>Ripple Projects</h4>
|
||
<ul class="footer_links">
|
||
<li><a href="https://www.rippletrade.com">Ripple Trade</a>
|
||
<li><a href="https://www.ripplecharts.com">Ripple Charts</a>
|
||
<li><a href="https://ripple.com/graph">Ripple Graph</a>
|
||
<li><a href="http://codius.org/">Codius</a>
|
||
</ul>
|
||
</div>
|
||
<div class="col-md-3">
|
||
<h4>Ripple Labs</h4>
|
||
<ul class="footer_links">
|
||
<li><a href="https://www.ripplelabs.com/wp-content/uploads/2014/10/ripple_labs_bylaws.pdf">Corporate Bylaws</a></li>
|
||
<li><a href="https://www.ripplelabs.com/wp-content/uploads/2014/09/ripple_labs_code_of_conduct1.pdf">Code of Conduct</a></li>
|
||
<li><a href="https://www.ripplelabs.com/team/">Team</a></li>
|
||
<li><a href="https://www.ripplelabs.com/careers/">Careers</a></li>
|
||
<li><a href="https://www.ripplelabs.com/investors/">Investors</a></li>
|
||
<li><a href="https://www.ripplelabs.com/advisors/">Advisors</a></li>
|
||
<li><a href="https://www.ripplelabs.com/xrp-distribution/">XRP Distribution</a></li>
|
||
<li><a href="https://www.ripplelabs.com/contact/">Contact</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html>
|