logo
back
back
Back
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Developer's
Portal

  • < Ecosystem tools and libraries />
  • < Ready solutions and cases />
  • < Documentation and support />
0 Market cap
mln+ Transactions
~0s Block delay
scroll image
Scroll
WavesWavesWaves

infrastructure
products

Web-based products, libraries and plugins that
make it easy and simple to work with the Waves blockchain

Waves Explorer

Explore all transactions, blocks, assets, addresses, nodes of the Waves blockchain

Explore

Waves IDE

Develop smart contracts and DApps
(decentralized applications) on RIDE language

Build now
SoftwareSoftwareSoftware

Development Toolkits

Web-based products, libraries and plugins that make it easy
and simple to work with the Waves blockchain

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
package com.wavesplatform.wavesj;

import com.wavesplatform.transactions.account.Address;
import com.wavesplatform.wavesj.exceptions.NodeException;

import java.io.IOException;

public class Example {

    public static void main(String[] args) throws NodeException, IOException {
        //  Creating a Node instance
        Node node = new Node(Profile.TESTNET);
        //  Creating an Address from base 58 string format. Getting balance by the address
        System.out.println("Balance: " + node.getBalance(Address.as("3Mx3zmXrMcLFCafMuPtXAzR4ZPVeZYb6qLz")));
    }
}
DocumentationDocumentationDocumentation

And Lessons

Sections of documentation and lessons will allow you to quickly dive into working with the blockchain using examples

    Lets

    Keep in touchKeep in touchKeep in touch

    Learn about new infrastructure products, libraries, and new solutions for easy blockchain work