mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Remove NFT-Devnet refs
This commit is contained in:
@@ -936,7 +936,6 @@ if __name__ == "__main__":
|
|||||||
"mainnet": "wss://xrplcluster.com",
|
"mainnet": "wss://xrplcluster.com",
|
||||||
"testnet": "wss://s.altnet.rippletest.net:51233",
|
"testnet": "wss://s.altnet.rippletest.net:51233",
|
||||||
"devnet": "wss://s.devnet.rippletest.net:51233",
|
"devnet": "wss://s.devnet.rippletest.net:51233",
|
||||||
"nft-devnet": "wss://xls20-sandbox.rippletest.net:51233",
|
|
||||||
}
|
}
|
||||||
parser = ArgumentParser()
|
parser = ArgumentParser()
|
||||||
parser.add_argument("--network", "-n", choices=networks.keys(), default="testnet")
|
parser.add_argument("--network", "-n", choices=networks.keys(), default="testnet")
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ To help members of the XRP Ledger community interact with XRP Ledger technology
|
|||||||
| Mainnet | Stable releases | _The_ [XRP Ledger](xrp-ledger-overview.html), a decentralized cryptographic ledger powered by a network of peer-to-peer servers and the home of [XRP](xrp.html). |
|
| Mainnet | Stable releases | _The_ [XRP Ledger](xrp-ledger-overview.html), a decentralized cryptographic ledger powered by a network of peer-to-peer servers and the home of [XRP](xrp.html). |
|
||||||
| Testnet | Stable releases | An "alternate universe" network that acts as a testing ground for software built on the XRP Ledger, without impacting production XRP Ledger users and without risking real money. The [amendment status](known-amendments.html) of the Testnet is intended to closely mirror the Mainnet, although slight variations in timing may occur due to the unpredictable nature of decentralized systems. |
|
| Testnet | Stable releases | An "alternate universe" network that acts as a testing ground for software built on the XRP Ledger, without impacting production XRP Ledger users and without risking real money. The [amendment status](known-amendments.html) of the Testnet is intended to closely mirror the Mainnet, although slight variations in timing may occur due to the unpredictable nature of decentralized systems. |
|
||||||
| Devnet | Beta releases | A preview of coming attractions, where unstable changes to the core XRP Ledger software may be tested out. Developers can use this altnet to interact with and learn about planned new XRP Ledger features and amendments that are not yet enabled on the Mainnet. |
|
| Devnet | Beta releases | A preview of coming attractions, where unstable changes to the core XRP Ledger software may be tested out. Developers can use this altnet to interact with and learn about planned new XRP Ledger features and amendments that are not yet enabled on the Mainnet. |
|
||||||
| NFT-Devnet | [XLS-20 pre-release](https://github.com/ripple/rippled/tree/xls20) | A preview of the [XLS-20d](https://github.com/XRPLF/XRPL-Standards/discussions/46) standard for non-fungible tokens on the XRP Ledger. <!-- SPELLING_IGNORE: 20d --> |
|
|
||||||
| [Hooks Testnet V2](https://hooks-testnet-v2.xrpl-labs.com/) | [Hooks server](https://github.com/XRPL-Labs/xrpld-hooks) | A preview of on-chain smart contract functionality using [hooks](https://write.as/xumm/xrpl-labs-is-working-on-the-transaction-hooks-amendment-for-the-xrp-ledger). |
|
| [Hooks Testnet V2](https://hooks-testnet-v2.xrpl-labs.com/) | [Hooks server](https://github.com/XRPL-Labs/xrpld-hooks) | A preview of on-chain smart contract functionality using [hooks](https://write.as/xumm/xrpl-labs-is-working-on-the-transaction-hooks-amendment-for-the-xrp-ledger). |
|
||||||
| AMM-Devnet | [XLS-30d pre-release](https://github.com/gregtatcam/rippled/tree/amm-core-functionality/) | A preview of the [XLS-30d](https://github.com/XRPLF/XRPL-Standards/discussions/78) standard for Automated Market Makers on the XRP Ledger. <!-- SPELLING_IGNORE: 30d --> [Binary builds for testing](https://github.com/legleux/scheduled/releases) are also available. Library support: [xrpl.js 2.6.0-beta.0](https://www.npmjs.com/package/xrpl/v/2.6.0-beta.0), [xrpl-py 1.8.0b0](https://pypi.org/project/xrpl-py/1.8.0b0/) |
|
| AMM-Devnet | [XLS-30d pre-release](https://github.com/gregtatcam/rippled/tree/amm-core-functionality/) | A preview of the [XLS-30d](https://github.com/XRPLF/XRPL-Standards/discussions/78) standard for Automated Market Makers on the XRP Ledger. <!-- SPELLING_IGNORE: 30d --> [Binary builds for testing](https://github.com/legleux/scheduled/releases) are also available. Library support: [xrpl.js 2.6.0-beta.0](https://www.npmjs.com/package/xrpl/v/2.6.0-beta.0), [xrpl-py 1.8.0b0](https://pypi.org/project/xrpl-py/1.8.0b0/) |
|
||||||
|
|
||||||
@@ -29,7 +28,7 @@ Each altnet has its own separate supply of test XRP, which is [given away for fr
|
|||||||
|
|
||||||
The main factor in determining which network a server follows is its configured UNL—the list of validators it trusts not to collude. Each server uses its configured UNL to know which ledger to accept as the truth. When different consensus groups of `rippled` instances only trust other members of the same group, each group continues as a parallel network. Even if malicious or misbehaving computers connect to both networks, the consensus process avoids confusion as long as the members of each network are not configured to trust members of another network in excess of their quorum settings.
|
The main factor in determining which network a server follows is its configured UNL—the list of validators it trusts not to collude. Each server uses its configured UNL to know which ledger to accept as the truth. When different consensus groups of `rippled` instances only trust other members of the same group, each group continues as a parallel network. Even if malicious or misbehaving computers connect to both networks, the consensus process avoids confusion as long as the members of each network are not configured to trust members of another network in excess of their quorum settings.
|
||||||
|
|
||||||
Ripple runs the main servers in the Testnet, Devnet, and NFT-Devnet; you can also [connect your own `rippled` server to these networks](connect-your-rippled-to-the-xrp-test-net.html). The Testnet and Devnet do not use diverse, censorship-resistant sets of validators. This makes it possible for Ripple to reset the Testnet or Devnet at any time.
|
Ripple runs the main servers in the Testnet and Devnet; you can also [connect your own `rippled` server to these networks](connect-your-rippled-to-the-xrp-test-net.html). The Testnet and Devnet do not use diverse, censorship-resistant sets of validators. This makes it possible for Ripple to reset the Testnet or Devnet at any time.
|
||||||
|
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|||||||
@@ -42,11 +42,6 @@ Edit your `rippled.cfg` file.
|
|||||||
|
|
||||||
# No [ips] stanza. Use the default hubs to connect to Mainnet.
|
# No [ips] stanza. Use the default hubs to connect to Mainnet.
|
||||||
|
|
||||||
*NFT-Devnet*
|
|
||||||
|
|
||||||
[ips]
|
|
||||||
xls20-sandbox.rippletest.net 51235
|
|
||||||
|
|
||||||
*AMM-Devnet*
|
*AMM-Devnet*
|
||||||
|
|
||||||
[ips]
|
[ips]
|
||||||
@@ -80,11 +75,6 @@ Edit your `rippled.cfg` file.
|
|||||||
[network_id]
|
[network_id]
|
||||||
main
|
main
|
||||||
|
|
||||||
*NFT-Devnet*
|
|
||||||
|
|
||||||
[network_id]
|
|
||||||
20
|
|
||||||
|
|
||||||
*AMM-Devnet*
|
*AMM-Devnet*
|
||||||
|
|
||||||
[network_id]
|
[network_id]
|
||||||
@@ -129,14 +119,6 @@ Edit your `validators.txt` file. This file is located in the same folder as your
|
|||||||
[validator_list_keys]
|
[validator_list_keys]
|
||||||
ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734
|
ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734
|
||||||
|
|
||||||
*NFT-Devnet*
|
|
||||||
|
|
||||||
[validator_list_sites]
|
|
||||||
http://nftvalidators.s3.us-west-2.amazonaws.com/index.json
|
|
||||||
|
|
||||||
[validator_list_keys]
|
|
||||||
ED8E43A943A174190BA2FAE91F44AC6E2D1D8202EFDCC2EA3DBB39814576D690F7
|
|
||||||
|
|
||||||
*AMM-Devnet*
|
*AMM-Devnet*
|
||||||
|
|
||||||
[validator_list_sites]
|
[validator_list_sites]
|
||||||
@@ -196,13 +178,6 @@ _Mainnet_
|
|||||||
# Delete or comment out. Don't force-enable features on Mainnet.
|
# Delete or comment out. Don't force-enable features on Mainnet.
|
||||||
```
|
```
|
||||||
|
|
||||||
_NFT-Devnet_
|
|
||||||
|
|
||||||
```
|
|
||||||
[features]
|
|
||||||
NonFungibleTokensV1
|
|
||||||
```
|
|
||||||
|
|
||||||
_AMM-Devnet_
|
_AMM-Devnet_
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user