0.2.4 • Published 8 months ago

@patchworkdev/pdk v0.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Patchwork Development Kit

Setup

To set up your development environment, follow these steps:

  1. Install Foundry: Foundry is a smart contract development toolchain. You can install it by following the instructions at Foundry's installation guide.

    forge install
  2. 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:

  1. Build TypeScript to JavaScript:

    npm run build
  2. Link the Executable:

    npm link
  3. Using the PDK: After linking, you can use the pdk command to access the Patchwork Development Kit:

    pdk
0.2.3

8 months ago

0.2.4

8 months ago

0.2.2

8 months ago

0.2.1-beta.2

9 months ago

0.2.1-beta.3

9 months ago

0.2.1-beta.1

9 months ago

0.2.1-beta.4

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.10

11 months ago

0.1.11

10 months ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago