Installiere über pip:
$ pip install blockchain
Fügen Sie dem folgenden das Repository hinzu pom.xml:
<repository>
<id>api-v1-client-java-mvn-repo</id>
<url>https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
Fügen Sie die folgende Abhängigkeit zu Ihrem hinzu pom.xml:
<dependency>
<groupId>info.blockchain</groupId>
<artifactId>api</artifactId>
<version>LATEST</version>
</dependency>
Installation über NuGet:
PM> Install-Package BlockchainAPI
Installation über RubyGems:
$ gem install blockchain
Komponist Installationsunterstützung ist verfügbar. Oder laden Sie das Repository herunter. Kopiere den src / Ordner in dein Projekt und füge hinzu:
require_once('src/Blockchain.php');
Installation über NPM:
$ npm install blockchain.info