From 6e838f3f03ae8e1eb1356530e1f05b44ce1efc61 Mon Sep 17 00:00:00 2001 From: b0xxer Date: Fri, 26 Jan 2024 11:40:20 -0600 Subject: [PATCH] Update docs/liquid/liquid-part2.md --- docs/liquid/liquid-part2.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index e341613..70f8fb8 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -207,7 +207,14 @@ Before you proceed to the next step, please verify that they above file is reach ...and it should output the `Authorize linking the domain` text. - +* Now we can push the data to blockstreams server, lets create a script: + ` $ echo "curl $ASSET_REGISTRY_URL --data-raw '{\"asset_id\":\"$ASSET\",\"contract\":$CONTRACT}'" > register-asset.sh` + + Verify that this script looks sane, mark it as executable and run it. + + + +