├── .pr-preview.json ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── explainer.md ├── flow.svg ├── index.html ├── receiving.md └── sending.md /.pr-preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianhopebailie/web-monetization/HEAD/.pr-preview.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianhopebailie/web-monetization/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianhopebailie/web-monetization/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianhopebailie/web-monetization/HEAD/README.md -------------------------------------------------------------------------------- /explainer.md: -------------------------------------------------------------------------------- 1 | Moved to: https://webmonetization.org/docs/explainer.html 2 | -------------------------------------------------------------------------------- /flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianhopebailie/web-monetization/HEAD/flow.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianhopebailie/web-monetization/HEAD/index.html -------------------------------------------------------------------------------- /receiving.md: -------------------------------------------------------------------------------- 1 | Moved to https://webmonetization.org/docs/explainer.html 2 | -------------------------------------------------------------------------------- /sending.md: -------------------------------------------------------------------------------- 1 | Moved to: https://webmonetization.org/docs/explainer.html 2 | --------------------------------------------------------------------------------