Skip to main content

Installation

To build with WaaS, you need to install several dependencies, as well as the React Native SDK, and the Go module.

Install Dependencies

tip

Check the version of each library before installing to see if you already have it.

Prerequisites

iOS Development

  • Xcode 14.0+ with the iOS15.2+ simulator (or iPhone 14) recommended

    % xcodebuild -version
  • CocoaPods

    % pod --version

Android Development

Install SDK and Go Module

To use the WaaS APIs, install the WaaS SDK and Go module:

  1. Install the React Native WaaS SDK:

    npm install --save @coinbase/waas-sdk-react-native

    or

    yarn add @coinbase/waas-sdk-react-native
  2. Install the Go module:

    go get github.com/coinbase/waas-client-library-go

Was this helpful?