Crates.io | eosio-client-api |
lib.rs | eosio-client-api |
version | 0.2.5 |
source | src |
created_at | 2020-05-26 01:48:24.96291 |
updated_at | 2021-06-21 23:56:29.789266 |
description | EOSIO API to communicate to EOSIO nodeos software |
homepage | https://github.com/kryton/eosio-rust-api/tree/master/eosio-client-api |
repository | https://github.com/kryton/eosio-rust-api/ |
max_upload_size | |
id | 245936 |
size | 194,326 |
The aim of this project is to allow rust apps the ability to talk to a nodeos server.
see tictactoe for a toy sample.
--http-server-address 127.0.0.1:3888
for testing.canonical signing is done via keosd compatible wallet API.
it's probably not a good idea to pass private keys in here.