inkdevhub / swanky-cli

The all-in-one developer environment for Parity pallet-contracts based smart contracts!
https://docs.astar.network/docs/build/wasm/swanky-suite/cli/
MIT License
70 stars 29 forks source link

Add contract verify feature #125

Closed codespool closed 6 months ago

codespool commented 1 year ago

Overview (What and Why)

cargo-contract now supports verifiable builds, and we should add an option for it too: https://use.ink/basics/contract-verification/

How

Definition of Done

Open Issues and Blockers

andabak commented 1 year ago

Parity wants to standardize this process so lets understand this impact better before moving forward with this ticket. https://github.com/paritytech/cargo-contract/issues/1065

HashWarlock commented 1 year ago

We use this for our ink! validator function https://github.com/Phala-Network/ink-validator

codespool commented 1 year ago

We use this for our ink! validator function https://github.com/Phala-Network/ink-validator

Oh, nice! ..but what image does it use? I believe we should push the Parity's "official" image as a standard, since it's now published.