Overview
This is the documentation of tari.js
library, which enables interaction with Tari L2 (Ootle) wallet using TypeScript or JavaScript.
Note
This documentation covers version v0.5.0.
The biggest difference between version 0.4.0 and 0.5.0 is the Signer and Provider split. Learn more in the Tari Provider and Tari Signer sections.
At its core, TariSigner
is an abstract interface implemented by multiple concrete signers. To access a wallet, you need to create an instance of one of these signers:
- Tari WalletConnect signer
- Tari Universe signer
- Tari Wallet Daemon signer
- Tari Metamask signer