Crates.io | eosio-client |
lib.rs | eosio-client |
version | 0.1.1 |
source | src |
created_at | 2020-05-26 20:47:21.875624 |
updated_at | 2020-05-26 20:47:21.875624 |
description | sample client utilizing EOSIO API |
homepage | https://github.com/kryton/eosio-rust-api/ |
repository | https://github.com/kryton/eosio-rust-api/ |
max_upload_size | |
id | 246346 |
size | 55,201 |
An API to allow Rust services to communicate with a EOSIO node.
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.
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.
and yes. I've been told 'I code pretty well for a manager' before.
$ 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.