eosio-client-api

Crates.ioeosio-client-api
lib.rseosio-client-api
version0.2.5
sourcesrc
created_at2020-05-26 01:48:24.96291
updated_at2021-06-21 23:56:29.789266
descriptionEOSIO API to communicate to EOSIO nodeos software
homepagehttps://github.com/kryton/eosio-rust-api/tree/master/eosio-client-api
repositoryhttps://github.com/kryton/eosio-rust-api/
max_upload_size
id245936
size194,326
Ian Holsman (kryton)

documentation

README

EOSIO-API

The aim of this project is to allow rust apps the ability to talk to a nodeos server.

how to use

see tictactoe for a toy sample.

notes

  • it expects to be run with keosd --http-server-address 127.0.0.1:3888 for testing.
  • built against 2.0/2.1 nodeos.
  • uses abieos to do EOSIO serialization/de-serialization
  • currently uses 'push_transaction' to push actions.
  • you need to create the wallet, put the password in the .env file
  • do a search/replace of EOS7ctUUZhtCGHnxUnh4Rg5eethj3qNS5S9fijyLMKgRsBLh8eMBB and replace it with your public key for testing

warnings

canonical signing is done via keosd compatible wallet API.

it's probably not a good idea to pass private keys in here.

Commit count: 90

cargo fmt