zTgx / jlib-rs

Jingtum blockchain API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightweight blockchain lib for Skywelld write in Rust.

    let config = Config::new(TEST_SERVER, true);

    request(config, |x| match x {
        Ok(response) => {
            println!("build_version : {:?}", response.build_version);
        },
        Err(_) => {
            println! ("error occured.");
        }
    });

Introduction

Homepage

API Documentation

Getting Started

For detailed installation and usage instructions, check out the guide.

More examples

More examples can be found in the examples directory and the full documentation can be found here.

Contributing

Please report bugs and make feature requests here.

If you're looking for inspiration, there's list of open issues right here on github.

And hey, did you know you can also contribute by just starring the project here on github :)

Changelog

Release notes are available in CHANGELOG.md.

About

Jingtum blockchain API

License:Apache License 2.0


Languages

Language:Rust 100.0%