Dargon789 / coinbase-wallet-sdk

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

Home Page:http://cbdev.io/walletstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://cbdev.io/walletstart

License:MIT License


Languages

Language:TypeScript 90.2%Language:JavaScript 6.8%Language:SCSS 2.6%Language:Shell 0.4%