Buttons
🖲️ Add Web3 Crypto Payments to your website or app with a single button. DePay leverages the power of DeFi to simplify and enhance crypto payments—accept any token with real-time conversion using our state-of-the-art widgets.
Install / Use
/learn @DePayFi/ButtonsREADME
Crypto Web3 Payment Button by DePay
<img width="832" alt="Example" src="https://github.com/user-attachments/assets/d000eb22-b584-436a-9847-a1deea8ab41f" />Quickstart
Visit https://app.depay.com -> Integrations -> New -> Select a button
Configure your button and place html code into your website:
<div
class="DePayButton"
integration="YOUR_INTEGRATION_ID"
/>
<script src="https://integrate.depay.com/buttons/v13.js"></script>
<noscript><a href="https://depay.com">Crypto Payments</a> are only supported with JavaScript enabled.</noscript>
<script>DePayButtons.init({ document });</script>
Demo
https://depayfi.github.io/buttons/dev.bundle.html
Support
Blockchains
To indicate available blockchains icons underneath the button, set them via blockchains attribute:
<div
class="DePayButton"
integration="YOUR_INTEGRATION_ID"
blockchains='["ethereum", "bsc", "polygon"]'
/>
Will display ethereum, bsc and polygon icon underneath the payment button.
Wallets
DePay supports most crypto wallets.
Buttons
Every button can be configured by adding/changing the html attributes
-
label: The displayed label of the button -
configuration: The configuration passed to the widget
Payment Button
<div
class="DePayButton"
label="Pay"
configuration='{"accept":[{"blockchain":"ethereum","amount":20,"token":"0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb","receiver":"0x4e260bB2b25EC6F3A59B478fCDe5eD5B8D783B02"}]}'
/>
<script src="https://integrate.depay.com/buttons/v13.js"></script>
<noscript><a href="https://depay.com">Crypto Payments</a> are only supported with JavaScript enabled.</noscript>
<script>DePayButtons.init({ document });</script>
Read how to configure the widget
Donation Button
Intended to receive donations with having users select the amount they are donating:
<div
class="DePayButton"
label="Donate"
configuration='{"title":"Donation","accept":[{"blockchain":"ethereum","token":"0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb","receiver":"0x4e260bB2b25EC6F3A59B478fCDe5eD5B8D783B02"}]}'
></div>
<script src="https://integrate.depay.com/buttons/v13.js"></script>
<noscript><a href="https://depay.com">Crypto Payments</a> are only supported with JavaScript enabled.</noscript>
<script>DePayButtons.init({ document });</script>
Read how to configure the widget
css attribute
You can use the css attribute of the button element to declare css rules to style inside elements:
<div
class="DePayButton"
css="button { background: green; border-radius: 0.4rem; }"
...
></div>
Render with React
You can also render DePay Buttons (over initializing them):
import DePayButtons from '@depay/buttons'
return(
<DePayButtons.DePayButton
label={'Pay'}
configuration={ {"accept":[{"blockchain":"ethereum","amount":20,"token":"0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb","receiver":"0x4e260bB2b25EC6F3A59B478fCDe5eD5B8D783B02"}]} }
/>
)
Development
Get started
yarn install
yarn start
Related Skills
node-connect
334.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
334.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.3kCommit, push, and open a PR
