Coinbase Wallet SDK
Install
This page explains how to install and upgrade Coinbase Wallet SDK.
The installation package for Coinbase Wallet SDK (formerly WalletLink) is now named @coinbase/wallet-sdk
.
Installing Wallet SDK
Install Coinbase Wallet SDK with yarn or npm.
Yarn
- Check available versions of Coinbase Wallet SDK:
- Install a specific version or the latest version:
Install specific version:
Install latest version:
- Check your installed version:
Npm
- Check available versions of Coinbase Wallet SDK:
- Install a specific version or the latest version:
Install specific version:
Install latest version:
- Check your installed version:
Upgrading Wallet SDK
Upgrade Coinbase Wallet SDK with yarn or npm.
Yarn
- Compare your installed version of Coinbase Wallet SDK with the latest available version:
- Update Coinbase Wallet SDK to the latest:
- Check your version:
Npm
- Compare your installed version of Coinbase Wallet SDK with the latest available version:
- If necessary, update
package.json
with the latest version (or major version), for example:
- Update Coinbase Wallet SDK to the latest available version:
Next steps: