Batch (XLS-56) is Now Available for Testing and Development

Denis Angell - Aug 8 - - Dev Community

As of August 8, the Batch Amendment for the XRP Ledger is available on a new version of BatchNet (v1). This new version features a the ability to batch transactions using the XLS-56d specification and supports all transactions types with a limit of 8. The amendment also supports atomic swaps. Developers are encouraged to test the new functionality of Batch and report any issues to Denis Angell (dangell@transia.co).

Connect to the new version of the BatchNet here:

Name: BatchNet
RPC URL: https://batch.rpc.nerdnest.xyz
WSS URL: wss://batch.nerdnest.xyz
Network identifier: 21336
Digital Asset: XRP
Explorer URL: https://explorer.xrplf.org/wss:batch.nerdnest.xyz/
Faucet URL: https://batch.faucet.nerdnest.xyz/accounts

const response = await client.fundWallet(null, {
  faucetHost: 'batch.faucet.nerdnest.xyz',
  faucetPath: '/accounts',
})
console.log(response)
Enter fullscreen mode Exit fullscreen mode

There is a replit available here which includes helper functions and a fully functioning test examples for both basic batch and atomic swaps.

For support, updated documentation will become available at soon. Developers are also welcome to engage in the XRPL developer Discord, which has a dedicated Batch channel.

The Batch Amendment has no eta for going live on mainnet. Batch is dependent on the review of the source code, the proposal of the amendment, followed by at least 80% of the XRPL validator community accepting the proposal and holding their vote for at least two weeks.

. . . . . . .
Terabox Video Player