Skip to content

ThalaLabs/redemption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redemption

The contract is a direct copy of aptos-labs/aptos-core#15019 that's developed by Aptos Labs engineers and audited by OtterSec.

Deployment

Important: the contract is deployed as immutable (see Move.toml).

See 0xd47ead75b923422f7967257259e7a298f029da9e5484dc7aa1a9efbd4c3ae648.

To verify, there are 2 ways:

  1. compare onchain code with code in this repo

  2. run the below verify-package command

> aptos move verify-package --account 0xd47ead75b923422f7967257259e7a298f029da9e5484dc7aa1a9efbd4c3ae648 --url https://fullnode.mainnet.aptoslabs.com
Compiling, may take a little while to download git dependencies...
UPDATING GIT DEPENDENCY https://github.com/aptos-labs/aptos-core.git
INCLUDING DEPENDENCY AptosFramework
INCLUDING DEPENDENCY AptosStdlib
INCLUDING DEPENDENCY MoveStdlib
BUILDING redemption
{
  "Result": "Successfully verified source of package"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages