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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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