Skip to content

xiaoxianBoy/coinbase-wallet-sdk

 
 

Repository files navigation

npm

Coinbase Wallet SDK

Coinbase Wallet SDK (formerly WalletLink) lets developers connect their dapps to Coinbase Wallet on both mobile web (for iOS and Android) and desktop:

Wallet SDK is open-source and uses minimal dependencies for maximum security and no code bloat. Simply drop a few lines of code into your dapp and Wallet SDK takes care of the rest.

Getting started

This repo uses a yarn workspace. To get started, run:

yarn install

# To start the development server run the following command. This starts a nextjs app on port 3001. Any changes in the SDK become available through the app.
yarn dev

# To interact with the SDK directly:
yarn workspace @coinbase/wallet-sdk "<command>"

# To lint all files
yarn lint

# To typecheck all files
yarn typecheck

Installing and Upgrading

The installation package for Coinbase Wallet SDK (formerly WalletLink) is now named @coinbase/wallet-sdk.

Libraries using Coinbase Wallet SDK

About

An open protocol that lets users connect their mobile wallets to your DApp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.5%
  • JavaScript 6.6%
  • SCSS 2.5%
  • Shell 0.4%