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