An open API service indexing awesome lists of open source software.

https://github.com/coinbase/coinbase-sdk-go


https://github.com/coinbase/coinbase-sdk-go

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Coinbase Go SDK

The Coinbase Go SDK enables the simple integration of crypto into your app. By calling Coinbase's Platform APIs, the SDK allows you to create Go representations of crypto addresses and stake with those addresses.

The SDK supports various verbs on End-User-custodied Wallets across multiple networks, as documented [here](https://docs.cdp.coinbase.com/cdp-sdk/docs/networks).

**CDP SDK v0 is a pre-alpha release, which means that the APIs and SDK methods are subject to change. We will continuously release updates to support new capabilities and improve the developer experience.**

## Documentation

- [Platform API Documentation](https://docs.cdp.coinbase.com/platform-apis/docs/welcome)

## Requirements

The Coinbase server-side SDK requires Go version 1.21 or higher. To view your currently installed versions of Go, run the following from the command-line:

```bash
go version
```

## Installation

Install the latest version:

- [Go latest](https://go.dev/doc/install)

#### You can install the SDK as follows
```bash
go install github.com/coinbase/coinbase-sdk-go
```