A simple locker component.
https://github.com/just-lock/locker.git
cd locker
docker pull radixdlt/scrypto-builder:v1.2.0
docker run -v .:/src radixdlt/scrypto-builder:v1.2.0When deploying to the radix ledger some wasm is changed. Therefore, the only way I am aware of to verify the onledger code is to redeploy the newly compiled code, then compare the code hashs using:
curl -X POST 'https://mainnet.radixdlt.com/state/package/page/codes' -H 'Content-Type: application/json' -d '{"package_address": "package_rdx1p4k2vlr6rejahqfdazv2qff7dl5d88dxkpechapfx77exgv96wu8mk"}'and
curl -X POST 'https://mainnet.radixdlt.com/state/package/page/codes' -H 'Content-Type: application/json' -d '{"package_address": "{NEW_PACKAGE}"}'