2.0.4 • Published 10 months ago

@code-wallet/elements v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

npm npm-downloads

@code-wallet/elements

This package provides the code.elements object, which you can utilize to embed a Code Payments button seamlessly into your website or application. This client-side package has a hassle-free integration process, enabling users to complete payments using the Code app and allowing server-side verification.

Learn more about Code at https://getcode.com. See the docs for more information.

Getting Started

Use the minimal JavaScript snippet below to create and embed a Code payment button in your website or application:

import code from '@code-wallet/elements';

const { button } = code.elements.create('button', {
  currency: 'usd',
  destination: 'E8otxw1CVX9bfyddKu3ZB3BVLa4VVF9J7CTPdnUwT9jR',
  amount: 0.05,
});

button.mount('#button-container');

Client-side Install (browser)

For in-browser usage, the SDK is directly accessible via https://js.getcode.com/v1/. Alternatively, for a more modular approach, you can also opt to import the @code-wallet/elements package.

Installation

If you're not using a package manager, you can directly import the SDK:

import code from 'https://js.getcode.com/v1/';

For those leveraging a package manager, the @code-wallet/elements package can be installed via:

npm install @code-wallet/elements

Need Help?

If you have any questions or need help integrating Code into your website or application, please reach out to us on Discord or Twitter.

2.0.4

10 months ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.1.3

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago