After running pwrup
, you have to run pwr migrate
to migrate your configuration to the latest version.
To run a pwr app from wrapscan.io, run:
pwr wrapscan.io/pwr/say-hello
To run a pwr app from wrappers.dev, run:
pwr @pwr/say-hello
pwr https/wrappers.dev/u/pwr/say-hello
To run a pwr app from a local directory (e.g. ./build
), run:
pwr ./build
pwr fs/build
To run a pwr app from IPFS, run:
pwr ipfs/Qm...
pwr Qm...
pwr ipfs://Qm...
To run a pwr app from ENS, run:
pwr ens/say-hello.eth
pwr say-hello.eth
To pass arguments to a pwr app add them after the WRAP URI, e.g.:
pwr ./build arg1 arg2