Removed automatic cycler initalisation

This commit is contained in:
AlexanderBuzz
2023-11-17 17:10:11 +01:00
parent a9678f26e2
commit 682e2197cb
2 changed files with 0 additions and 2 deletions

View File

@@ -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.

View File

@@ -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