Skip to content

MultiversX SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).

License

Notifications You must be signed in to change notification settings

multiversx/mx-sdk-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiversX Java SDK

Introduction

mxjava (previously named erdjava) is an SDK written in Java, useful for interacting with the MultiversX Network.

Prerequisites

Make sure you have a JDK and the JRE installed. Furthermore, maven is also required.

On Ubuntu, you can install them as follows:

sudo apt install default-jdk
sudo apt install default-jre
sudo apt install maven

Get mxjava

mxjava can be fetched directly from Maven central repository.

Alternatively, you can use:

git clone --depth 1 -b main https://github.com/multiversx/mx-sdk-java.git
cd mx-sdk-java
mvn test

About

MultiversX SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages