Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polywrap/pwr
PWR (Polywrap Wrap Runner) is a CLI application for running wraps.
https://github.com/polywrap/pwr
Last synced: about 2 months ago
JSON representation
PWR (Polywrap Wrap Runner) is a CLI application for running wraps.
- Host: GitHub
- URL: https://github.com/polywrap/pwr
- Owner: polywrap
- Created: 2022-11-03T11:33:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T01:16:20.000Z (over 1 year ago)
- Last Synced: 2024-09-18T20:55:04.294Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 2.56 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-polywrap - `pwr` CLI - Polywrap Wrapper Runner (PWR) is a CLI application for running Polywrap wrappers. It uses the PolywrapClient to execute any wrapper that implements the PwrApp interface `wrap://ens/pwr-app.eth`. (Tools)
README
# 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
```graphql
type Module {
main(args: [String!]!): UInt8!
}
```## Installation
Run the following command in the terminal:
```bash
curl -L https://raw.githubusercontent.com/polywrap/pwr/main/pwrup/install | bash
```
Which will install `pwrup`.Then, to install `pwr`, run:
```bash
pwrup
```[Example PWR Usage](./docs/pwr-usage.md)
[Example PWR Apps](./docs/pwr-apps.md)
[Script WRAPS Guide](./docs/script-wraps.md)