Block Chain Technology and Investments Buzz for Beginners

Discuss Blockchain Technology Platform, Crypto Currencies, ICO's, ETF's, NFT's and more...

Crypto Stocks/ETFs

Funds that invest in companies involved in development and use of blockchain technology or Futures contracts that track the performance of cryptocurrencies or holding the underlying crypto-assets.

Start a Bitcoin full node on your computer (Supported OS : Linux, Mac, BSD, Windows)

$ curl https://bitnodes.io/install-full-node.sh | sh

Block Chain Wallet Service Repository and Dependency in POM.xml


Repository entry in 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>
Dependency Entry in pom.xml:
  <dependency>
    <groupId>info.blockchain</groupId>
    <artifactId>api</artifactId>
    <version>LATEST</version>
  </dependency>

No comments:

Post a Comment