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
- Host: GitHub
- URL: https://github.com/bifrost-io/rust-eos
- Owner: bifrost-io
- License: mit
- Created: 2019-08-27T05:50:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:13:18.000Z (almost 3 years ago)
- Last Synced: 2025-06-10T19:11:11.253Z (about 1 year ago)
- Topics: blockchain, eos, rust
- Language: Rust
- Homepage:
- Size: 1.08 MB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```