eosio-client

Crates.ioeosio-client
lib.rseosio-client
version0.1.1
sourcesrc
created_at2020-05-26 20:47:21.875624
updated_at2020-05-26 20:47:21.875624
descriptionsample client utilizing EOSIO API
homepagehttps://github.com/kryton/eosio-rust-api/
repositoryhttps://github.com/kryton/eosio-rust-api/
max_upload_size
id246346
size55,201
Ian Holsman (kryton)

documentation

README

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.

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

Status

early stages.

It should be able to:

  • sign things (with the help of keosd)
  • verify keys.
  • pack/unpack abieos serialization using abieos

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

and yes. I've been told 'I code pretty well for a manager' before.

Build notes

$ git submodule update --init --recursive

you also need to apply the patch to abieos to enable it to create a static C library PR#51.

Commit count: 90

cargo fmt