https://github.com/manosbatsis/fluency-simple-pow
Simple Proof of Work contract
https://github.com/manosbatsis/fluency-simple-pow
proof-of-work rust
Last synced: 8 months ago
JSON representation
Simple Proof of Work contract
- Host: GitHub
- URL: https://github.com/manosbatsis/fluency-simple-pow
- Owner: manosbatsis
- License: gpl-3.0
- Created: 2023-02-06T10:47:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:45:43.000Z (about 1 year ago)
- Last Synced: 2024-12-28T05:23:02.894Z (10 months ago)
- Topics: proof-of-work, rust
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluency-simple-pow 
## Requirements
- Setup [Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
## Test
Run:
```
cargo test
```## Credits
Based on https://github.com/omni7642/fluency-test