An open API service indexing awesome lists of open source software.

https://github.com/bifrost-io/rust-eos

An EOS library implemented in Rust
https://github.com/bifrost-io/rust-eos

blockchain eos rust

Last synced: 11 months ago
JSON representation

An EOS library implemented in Rust

Awesome Lists containing this project

README

          

# 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
```

2. Clone rust-eos repository
```
# git clone https://github.com/bifrost-codes/rust-eos
```

3. Run Cargo test
```
# cargo test
# test result: SUCCESSED. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
```