Web-monetized Codius service deployment and loading pages.
npm install
npm run build
PAYMENT_POINTER=$codius.example.com npm start
- Type: String
- Description: Root URI the Codius host
- Type: String
- Description: Codius host's payment pointer.
- Type: String
- Description: Root URI of the receipt verifier's
balances
API.
- Type: Number
- Description: The amount required to have been paid to serve a request. Denominated in the host's asset (code and scale).
Codius host's service deployment page.
This page is web-monetized. Deployment instructions are displayed when payment is verified (by successfully crediting receipt(s) to the web monetization request id balance at the receipt verifier).
The balance is expected to be debited by the Codius host's authentication token webhook (implementation) when the CREATE request is made to the Kubernetes API server.
Codius service balance reload page.
This page is web-monetized. The total paid amount and a link to the Codius service are displayed when payment is verified (by successfully crediting receipt(s) to the Codius service's balance at the receipt verifier).