https://github.com/coinbase/coinbase-sdk-go
https://github.com/coinbase/coinbase-sdk-go
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coinbase/coinbase-sdk-go
- Owner: coinbase
- License: other
- Created: 2024-08-01T15:06:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T15:18:50.000Z (11 months ago)
- Last Synced: 2025-06-04T21:37:30.191Z (11 months ago)
- Language: Go
- Size: 642 KB
- Stars: 36
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
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
```