Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 649 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 649 Bytes

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