Update docs/liquid/liquid-part2.md

This commit is contained in:
b0xxer 2024-01-26 11:40:20 -06:00
parent e0c2348f94
commit 6e838f3f03

View File

@ -207,6 +207,13 @@ 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.