@patchworkdev/pdk v0.2.4
Patchwork Development Kit
Setup
To set up your development environment, follow these steps:
Install Foundry: Foundry is a smart contract development toolchain. You can install it by following the instructions at Foundry's installation guide.
forge install
Install Node.js dependencies:
npm install
Testing Your Environment
To ensure your environment is set up correctly, you can run the following tests:
Using npm:
npm test
Using Foundry:
forge test
Using the PDK
To use the Patchwork Development Kit (PDK), run:
npx pdk
Development
For development tasks such as building the TypeScript project and linking the executable, follow these steps:
Build TypeScript to JavaScript:
npm run build
Link the Executable:
npm link
Using the PDK: After linking, you can use the
pdk
command to access the Patchwork Development Kit:pdk
8 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
11 months ago
10 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago