Get Started
Quickstart
Start a patchwork-based project
Setup your development environment
In a git repository root directory, perform the following steps to prepare a project:
1
Install Foundry
Foundry is a smart contract development toolchain. You can install it by following the instructions at Foundry’s installation guide.
2
Install Patchwork Contracts Library
3
Install OpenZeppelin Contracts
4
Configure Project Remappings
In project directory, create the file remappings.txt
5
Install PDK
Option 1 - Local project installation (recommended for npm/js projects)
Option 2 - Global binary installation