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. + + + +