starkscan / starkscan-verifier
- понедельник, 24 октября 2022 г. в 00:35:14
Verify Cairo contracts on Starkscan in 1 miute.
Anyone can upload any ABI to Starknet and block explorers will assume it is correct when it doesn't have to be. The information is misleading because it is possible to upload an incorrect ABI. This could potentially introduce a security risk when interacting with unverified contracts on Starknet. This verifier allows you to verify the ABI of a contract on Starknet and confirm that it is correct. Jonathan Lei mentioned this in a community post here.
protostar install
before running this tool.# in your project directory
npx starkscan
npm install -g starkscan
# in your project directory
starkscan
Copyright (c) 2022 Diamond Paws Inc
Licensed under the AGPL license.