mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Intro link updates
This commit is contained in:
@@ -35,7 +35,7 @@ Optional fields are available for all transactions, with additional fields avail
|
||||
|
||||
You send the transaction to the ledger as a RESTful command from JavaScript, Python, the command line, or any compatible service. The rippled server proposes the transaction to the ledger. When 80% of the validators approve the transaction, it is recorded as part of the permanent ledger. The ledger returns the results of the transaction.
|
||||
|
||||
For more information on Transactions, see [Transactions](../understanding-xrpl/transactions/transactions.md).
|
||||
For more information on Transactions, see [Transactions](transactions.html).
|
||||
|
||||
## How Do Requests Work?
|
||||
|
||||
@@ -52,7 +52,7 @@ This is a sample request in JSON format. This request gets the current account i
|
||||
}
|
||||
```
|
||||
|
||||
The request returns the information in a format appropriate for the language you used to make the request. Here is an example of the response for an account information request in JSON format.
|
||||
The request returns a wealth of information in a format appropriate for the language you used to make the request. Here is an example of the response for an account information request in JSON format.
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -99,3 +99,4 @@ The request returns the information in a format appropriate for the language you
|
||||
}
|
||||
}
|
||||
```
|
||||
For information on the fields in an Account record, see [Accounts](accounts.html).
|
||||
@@ -42,7 +42,7 @@ The block is also identified by a timestamp with its creation time.
|
||||
|
||||
Each validator node gets its own copy of the data block. There is no single central authority. All copies are equally valid.
|
||||
|
||||

|
||||

|
||||
|
||||
Each block contains a hash pointer as a link to the previous block. It also has a timestamp, new data, and its own unique hash number.
|
||||
|
||||
@@ -54,7 +54,7 @@ Using this structure, each block has a clear position in the chain, linking back
|
||||
|
||||
By design, blockchains are resistant to modification of the data. Every ledger node gets an exact copy of the blockchain.
|
||||
|
||||

|
||||

|
||||
|
||||
This creates an open, distributed ledger that records transactions between parties efficiently and in a verifiable and permanent way.
|
||||
|
||||
@@ -68,7 +68,9 @@ The XRP Ledger (XRPL) is the blockchain on which XRP currency is based and excha
|
||||
|
||||
### What Is In the XRPL Ecosystem?
|
||||
|
||||
The basis of the XRP Ledger is a peer-to-peer network of always-on rippled (pronounced _ripple-d_) servers sharing transactions, engaging in the consensus process, and processing transactions. Everything else in the XRP Ledger ecosystem is directly or indirectly built on top of this peer-to-peer network.
|
||||
The basis of the XRP Ledger is a peer-to-peer network of always-on rippled (pronounced _ripple-dee_) servers sharing transactions, engaging in the consensus process, and processing transactions. Everything else in the XRP Ledger ecosystem is directly or indirectly built on top of this peer-to-peer network.
|
||||
|
||||

|
||||
|
||||
Programming Libraries exist in higher level software, where they are imported directly into program code, and contain methods to access the XRP Ledger.
|
||||
|
||||
@@ -84,4 +86,4 @@ Most of the rippled servers in the XRPL monitor or propose transactions. An impo
|
||||
|
||||
The XRPL is open to anyone who wants to set up their own instance of the rippled server and connect. The node can monitor the network, perform transactions, or become a validator.
|
||||
|
||||
For developers or new users who want to try out the features of XRPL without investing their own funds, there are two developer environments, _Testnet_ and _Devnet_. Users can create an account funded with 10,000 (fake) XRP and connect to either environment to interact with the XRPL.
|
||||
For developers or new users who want to try out the features of XRPL without investing their own funds, there are two developer environments, _Testnet_ and _Devnet_. Users can create an account funded with 1,000 (fake) XRP and connect to either environment to interact with the XRPL.
|
||||
|
||||
Reference in New Issue
Block a user