core-js
tweed javascript SDK
Last updated
tweed javascript SDK
Last updated
Fully compatible with JavaScript and TypeScript
Install by package manager, install the paytweed/core-js from the npm public registry.
Ensure you have an application set up on the tweed dashboard
Import the TweedClient
from the tweed core-js SDK initial using create()
function.
Use the from the management console.
Use the connect()
function to handle user sign-ups and sign-ins. When a user signs up, a wallet is created for them behind the scenes and becomes immediately available upon completion of the sign-up process. To modify the login options, simply visit the tweed dashboard.
To logout users from the application, call the logout function.
The Ethereum Provider acts as a bridge for Web3 libraries designed for EVM chains, such as EthersJS and Web3JS. For example, integrating Tweed with a dApp built using EthersJS is straightforward and requires only three lines of code.
implements the chainChanged
functionality to support the EVMs that are supported by the tweed infrastructure.
A mnemonic is a sequence of words that securely represents the user's wallet private key, allowing them to back up and restore access to their wallet. Use the getPrivateKey() function to display a widget where the user can retrieve the mnemonic for their wallet.
The tweed widgets SDK offers both dark and light modes. You can select which one to use with this function.