mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 05:05:50 +00:00
Removed automatic cycler initalisation
This commit is contained in:
@@ -44,7 +44,6 @@ composer require hardcastle/xrpl_php
|
|||||||
|
|
||||||
|
|
||||||
## Start Building
|
## Start Building
|
||||||
{% set n = cycler(* range(1,99)) %}
|
|
||||||
|
|
||||||
When you're working with the XRP Ledger, there are a few things you'll need to manage, whether you're adding XRP to your [account](accounts.html), integrating with the [decentralized exchange](decentralized-exchange.html), or [issuing tokens](tokens.html). This tutorial walks you through basic patterns common to getting started with all of these use cases and provides sample code for implementing them.
|
When you're working with the XRP Ledger, there are a few things you'll need to manage, whether you're adding XRP to your [account](accounts.html), integrating with the [decentralized exchange](decentralized-exchange.html), or [issuing tokens](tokens.html). This tutorial walks you through basic patterns common to getting started with all of these use cases and provides sample code for implementing them.
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ To interact with the XRP Ledger, you need to set up a dev environment with the n
|
|||||||
|
|
||||||
|
|
||||||
## Send a Payment on the Test Net
|
## Send a Payment on the Test Net
|
||||||
{% set n = cycler(* range(1,99)) %}
|
|
||||||
|
|
||||||
### 1. Get Credentials
|
### 1. Get Credentials
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user