This directory provides a reference for testing the smart contract against a local Provenance chain.
- Follow the root README instructions to obtain an optimized WASM file of the smart contract.
- Stand up a local Provenance chain.
- Inspect
example.sh
and make changes as you see fit to accommodate your local development environment. - Run the example script
example.sh <path to your local Provenance node> <path to contract WASM>
.