Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instructions about verifying contracts #10

Open
deuszx opened this issue May 12, 2023 · 0 comments
Open

Update instructions about verifying contracts #10

deuszx opened this issue May 12, 2023 · 0 comments

Comments

@deuszx
Copy link
Contributor

deuszx commented May 12, 2023

Instruction about how to verify the contract in the README use some very specific paths, like roccoco etc., but it's not necessary when verifying. The following was enough to verify locally:

  1. Correct structure of the contracts/package locally:
build
├── package.zip
└── pristine.wasm
  1. Running the following command:
docker run --rm -v ./build:/build ink-verifier:develop

If instructions can be simpler and not roccoco-specific (or any other chain) we should try to simplify it.

@deuszx deuszx changed the title Update instructions about verifying the contracts Update instructions about verifying contracts May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant