mirror of https://codeberg.org/pzp/pzp-promise.git
12 lines
316 B
Markdown
12 lines
316 B
Markdown
# pzp-promise
|
|
|
|
PZP promises are tokens that authorize others to gain something
|
|
|
|
Not to be confused with JavaScript Promises. PZP promises are tokens that can be redeemed by other peers, which authorize the execution of some code on the peer that issued the promise.
|
|
|
|
## Installation
|
|
|
|
```
|
|
npm install pzp-promise
|
|
```
|