depay-buttons
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Quickstart

Just place this on your website. No additional installations required:

<div class="DePayButton" label="Pay" widget="Payment" arguments='{"amount": "20", "token": "0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb", "receiver": "0x4e260bB2b25EC6F3A59B478fCDe5eD5B8D783B02"}'></div>
<script src="https://depay.fi/integrate/buttons/v2.js"></script>
<noscript><a href="https://depay.fi">DePay</a> is currently not supported without JavaScript enabled.</noscript>
<script>DePayButtons.init({document: document});</script>

Buttons

Every button can be configured by adding/changing the html attributes

Payment Button

Intended to perform payments for services and goods:

<div class="DePayButton" label="Pay" widget="Payment" arguments='{"amount": "20", "token": "0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb", "receiver": "0x4e260bB2b25EC6F3A59B478fCDe5eD5B8D783B02"}'></div>
<script src="https://depay.fi/integrate/buttons/v2.js"></script>
<noscript><a href="https://depay.fi">DePay</a> is currently not supported without JavaScript enabled.</noscript>
<script>DePayButtons.init({document: document});</script>

Read how to configure the Payment Widget

Donation Button

Intended to receive donations with having users select the amount they are donating:

<div class="DePayButton" label="Donate" widget="Donation" arguments='{"amount": {"start": "10","min": "1","step": "1" }, "token": "0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb", "receiver": "0x4e260bB2b25EC6F3A59B478fCDe5eD5B8D783B02"}'></div>
<script src="https://depay.fi/integrate/buttons/v2.js"></script>
<noscript><a href="https://depay.fi">DePay</a> is currently not supported without JavaScript enabled.</noscript>
<script>DePayButtons.init({document: document});</script>

Read how to configure the Donation Widget

Sale Button

Intended to directly sell tokens:

<div class="DePayButton" label="Buy" widget="Sale" arguments='{"amount": {"start": "10","min": "1","step": "1" }, "token": "0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb"}'></div>
<script src="https://depay.fi/integrate/buttons/v2.js"></script>
<noscript><a href="https://depay.fi">DePay</a> is currently not supported without JavaScript enabled.</noscript>
<script>DePayButtons.init({document: document});</script>

Read how to configure the Sale Widget

Development

Get started

yarn install
yarn start

Release

npm publish

Package Sidebar

Install

npm i depay-buttons

Weekly Downloads

1

Version

2.0.1

License

MIT

Unpacked Size

3.04 MB

Total Files

21

Last publish

Collaborators

  • depay-sebastian