Skip to content
/ pwr Public

PWR (Polywrap Wrap Runner) is a CLI application for running wraps.

Notifications You must be signed in to change notification settings

polywrap/pwr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

473f7a4 · Sep 23, 2023
Sep 2, 2023
Sep 1, 2023
Sep 17, 2023
Sep 16, 2023
Sep 16, 2023
Sep 2, 2023
Sep 23, 2023
Sep 18, 2023
Sep 1, 2023
Sep 23, 2023
Sep 16, 2023
Sep 17, 2023

Repository files navigation

Polywrap Wrap Runner (PWR)

Description

Polywrap Wrap Runner (PWR) is a CLI application for running Polywrap wraps. It uses the PolywrapClient to execute any wrap that implements the PwrApp interface wrap://ens/pwr-app.eth

type Module {
  main(args: [String!]!): UInt8!
}

Installation

Run the following command in the terminal:

curl -L https://raw.githubusercontent.com/polywrap/pwr/main/pwrup/install | bash

Which will install pwrup.

Then, to install pwr, run:

pwrup

Example PWR Usage

Example PWR Apps

Script WRAPS Guide