Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.
/ eosio-rust-api Public archive

EOSIO API to interact with EOSIO blockchain servers

License

Notifications You must be signed in to change notification settings

kryton/eosio-rust-api

Repository files navigation

EOSIO API 4 Rust

What is it?

An API to allow Rust services to communicate with a EOSIO node.

What is it not?

This is not an API to allow you to write contracts in rust. (see eosio-rust for that)

This code interacts via the REST API so you can use it in your middleware/webapps etc to execute actions and query the EOSIO node.

Components

Status

early stages.

It should be able to:

I am also new to Rust. Feel free to raise issues on style/technique/idiomatic issues. I'm here to learn.

Build notes

$ git submodule update --init --recursive

  • This currently uses a forked version of abieos due to some json parsing differences.
  • This should work with the current release of EOSIO (2.0.x), although I actually use the develop branch for development.

About

EOSIO API to interact with EOSIO blockchain servers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published