Skip to content

makecryptoio/makepay-vscode-extension

Repository files navigation

MakePay for VS Code

VS Code command palette helpers for MakePay developers.

Features

  • Store MakePay key ID, key secret, and webhook secret in VS Code SecretStorage.
  • Create hosted MakePay payment links from prompts.
  • Inspect a payment link by UID in a JSON editor tab.
  • Verify X-MakePay-Signature against the active editor payload.
  • Generate a local MakePay .env snippet.
  • Open MakePay docs and integration references.

Commands

  • MakePay: Configure Credentials
  • MakePay: Create Payment Link
  • MakePay: Inspect Payment Link
  • MakePay: Verify Webhook Signature
  • MakePay: Generate .env Snippet
  • MakePay: Clear Stored Credentials
  • MakePay: Open Docs

Settings

{
  "makepay.baseUrl": "https://www.makecrypto.io",
  "makepay.defaultCurrency": "USD",
  "makepay.defaultReturnUrl": "",
  "makepay.openPaymentLinkAfterCreate": true
}

Development

npm ci
npm test
npm run validate

The extension does not use webviews and does not collect telemetry.

About

VS Code developer helpers for MakePay payment links and webhooks. Cryptocurrency payment gateway for direct self-custody merchant-wallet settlement, decentralized swaps, and 70+ coin/20+ chain auto-conversion.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors