test
Test a smart contract
Last updated
Was this helpful?
Test a smart contract
Last updated
Was this helpful?
To test an existing smart contract:
For ink! end-to-end testing, you will need to have a Substrate node with for the ink! e2e tests to run against. Pop CLI will download the binary for this purpose:
Run e2e testing against a specific pallet-contracts node:
For more details on E2E testing please see .