Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 375 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 375 Bytes

rust-eos

An Eos library implemented in Rust

Execute test case

  1. Install RUST
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Clone rust-eos repository
# git clone https://github.com/bifrost-codes/rust-eos
  1. Run Cargo test
# cargo test
# test result: SUCCESSED. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out