
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
@code-wallet/elements
Advanced tools
[![npm][npm-image]][npm-url] [![npm-downloads][npm-downloads-image]][npm-url]
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.
Use the minimal JavaScript snippet below to create and embed a Code payment button in your website or application:
import code from 'https://js.getcode.com/v1/';
const { button } = code.elements.create('button', {
currency: 'usd',
destination: 'E8otxw1CVX9bfyddKu3ZB3BVLa4VVF9J7CTPdnUwT9jR',
amount: 0.05,
});
button.mount('#button-container');
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.
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
If you have any questions or need help integrating Code into your website or application, please reach out to us on Discord or Twitter.
FAQs
[![npm][npm-image]][npm-url] [![npm-downloads][npm-downloads-image]][npm-url]
The npm package @code-wallet/elements receives a total of 8 weekly downloads. As such, @code-wallet/elements popularity was classified as not popular.
We found that @code-wallet/elements demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.