Bitverter is a simple tool written in Rust for doing cryptocurrency conversions. The beta release supports denomination conversions only.
Work in progress, please check back or feel free to reach out with any questions or comments :)
Currently Bitverter is only built for the Linux command line. If you are even a little comfortable with this, it will be no problem to run. Please stay tuned for a GUI/Web version.
- Install Rust using rustup (https://rustup.rs/)
- Open a terminal and clone the git repo
git clone https://github.com/kn0wmad/bitverter.git
- Navigate to the CLI program folder
cd bitverter/bitverter_cli
- Run the tests (optional)
cargo test
- Run the program
cargo run
I have shifted focus, but do plan to revisit this project soon
Currency Conversion library
- Currency conversion library to convert from btc to mbtc, bits, sats and vice versa
- Unit tests
Complete basic CLI functionality
- Terminal UI for conversions
- Beta release
- Add a match statement to require a valid denomination
- Iced GUI alpha release
- Convert to/from USD
- Spanish (espanol) translation
Complete Rust web server
- Warp as server
- Reqwest for APIs
- Serde for parsing responses
- Maud for HTML templating
- Actually... refactor to Axum instead of Warp
- Trunk?
- Publish
- Multi-language support
This software is covered under a modified BipCot No-Government License. Use and reuse is permitted by anyone, except governments and the agents thereof.