Workflow
- Define a contract configuration in JSON, adding the features and metadata fields your app requires.
- Run the PDK contract generator to convert the JSON into a Solidity contract.
- Customize your solidity contract by adding your own custom logic.
- Deploy to any EVM-compatible chain where Patchwork Protocol is deployed.

Installing
In a git repository root directory, perform the following steps to prepare a project:Install Foundry
Foundry is a smart contract development toolchain. You can install it by following the instructions at Foundry’s installation guide.