Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@

## Overview

The *Coinbase Prime Java SDK* is a sample library that demonstrates the usage of the [Coinbase Prime](https://prime.coinbase.com/) API via its [REST APIs](https://docs.cdp.coinbase.com/prime/reference).
The *Coinbase Prime Java SDK* is a Java client library for the [Coinbase Prime](https://prime.coinbase.com/) [REST APIs](https://docs.cdp.coinbase.com/prime/reference).

**Repository:** [coinbase/prime-sdk-java](https://github.com/coinbase/prime-sdk-java)

## License

The *Coinbase Prime Java SDK* sample library is free and open source and released under the [Apache License, Version 2.0](LICENSE).

The application and code are only available for demonstration purposes.
The *Coinbase Prime Java SDK* is free and open source and released under the [Apache License, Version 2.0](LICENSE).

## Usage

Expand Down Expand Up @@ -104,7 +102,7 @@ Maven example:

## Build

To build the sample library, ensure that Java Development Kit (JDK) 11+ is installed and then run:
To build the SDK, ensure that Java Development Kit (JDK) 11+ is installed and then run:

```bash
mvn clean install
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>coinbase-prime-sdk-java</artifactId>
<name>Coinbase Prime Java SDK</name>
<description>Sample Java SDK for the Coinbase Prime REST APIs</description>
<description>Java SDK for the Coinbase Prime REST APIs</description>
<groupId>com.coinbase.prime</groupId>
<url>https://github.com/coinbase/prime-sdk-java</url>
<version>1.10.1</version>
<version>1.10.2</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
Loading