Skip to content

just-lock/locker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locker

A simple locker component.

Deterministic build

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

Verifing onledger

When 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}"}'

About

No description, website, or topics provided.

Resources

License

Stars

3 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages