DEV Community

Denis Angell
Denis Angell

Posted on

4

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

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.

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay