From 1eedd331aba740867e2b015fe31d68fdc2d0f010 Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Sun, 8 Oct 2023 23:36:11 +0200 Subject: [PATCH] Add tx trigger & browser consumption --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f8fb5a9..26ba659 100644 --- a/README.md +++ b/README.md @@ -191,3 +191,13 @@ console.log(ledgerIndexToFolders(123456789)) console.log(ledgerIndexToFolders(123456789)) ``` + +## Triggering transactions + +Sample to generate & submit a B2M transaction on Testnet, resulting in an xPOP: +- https://gist.github.com/WietseWind/cd8a7a8c88f218fe7b768f59a665685d + +## Consuming this backend from the browser + +Sample to use this script in the browser: +- https://jsfiddle.net/WietseWind/42kpm0hr/