All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.neow3j.test.Main Maven / Gradle / Ivy

There is a newer version: 3.23.0
Show newest version
package io.neow3j.test;

public class Main {

    public static void main(String[] args) {
        NeoExpressLocal expr = new NeoExpressLocal();
        expr.withSecondsPerBlock(15);
        expr.start();
        System.out.println("something");
        expr.stop();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy