https://github.com/interledger/web-monetization-flows
https://github.com/interledger/web-monetization-flows
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/interledger/web-monetization-flows
- Owner: interledger
- License: other
- Created: 2024-12-11T13:55:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-04T16:33:02.000Z (9 months ago)
- Last Synced: 2025-09-04T18:30:25.123Z (9 months ago)
- Language: HTML
- Homepage: https://interledger.github.io/web-monetization-flows/
- Size: 56.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Monetization Flows
Repository for the web monetization flows specification. [View the specification](https://interledger.github.io/web-monetization-flows/).
## Prerequisites
- Node (recommended version: LTS)
- Node package manager (npm, yarn, pnpm)
## Running the application
1. From the repository root, install the dependencies using your package manager:
```sh
# pnpm
pnpm install
# npm
npm install
# yarn
yarn install
```
2. Start the server
```sh
# pnpm
pnpm serve
# npm
npm run serve
# yarn
yarn run serve
```