Nick Ochiel
Nick Ochiel
This issue relies on #154. This documentation should be added to: https://github.com/BlockchainCommons/Community/blob/master/secure-use-of-cli-tools.md. --- - [ ] Document how to use each BlockchainCommons tool with: - Secure operating systems: - [x]...
Ref. - https://github.com/BlockchainCommons/Community/issues/191 - #154 --- - [ ] bytewords-cli https://github.com/BlockchainCommons/bytewords-cli - [ ] bc-bytewords - [ ] bc-crypto-base - [ ] envelope-CLI https://github.com/BlockchainCommons/envelope-cli-swift - [ ] keytool-cli https://github.com/BlockchainCommons/keytool-cli -...
Ref. - https://github.com/BlockchainCommons/Community/issues/155 - https://github.com/BlockchainCommons/Community/issues/154 --- - [ ] Investigate if we can use [Github Actions](https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions) for [packaging](https://docs.github.com/en/packages/learn-github-packages/introduction-to-github-packages). - The alternative is [Jenkins CI](https://www.jenkins.io/) or something similar. - [ ]...
Integrate with to enable use of an on-chain price oracle if the Spotbit user also has a Bitcoin node.
The https://spotbit.info API is offline. As noted in https://github.com/BlockchainCommons/spotbit/issues/103#issuecomment-1726652681, Spotbit is currently crashing because API calls to exchanges are continuously failing. The result is that either API calls fail immediately...
Maintaining a database of prices from specific exchanges is difficult or infeasible because exchanges are rate limited so downloading the entire history of bitcoin prices can be slow/unreliable. If Spotbit...
The [README](README.md) has sections that are out of date with respect to the available functionality. The sections that need to be updated are: - [ ] [Usage instructions](https://github.com/BlockchainCommons/spotbit#usage-instructions) - Spotbit's...
Use [pyinstaller](https://pyinstaller.org/en/stable/) in a build script that creates standalone executables for: - Beancounter (this depends on #61) Binaries created should be created for Linux, Windows, MacOS.
# References - https://github.com/BlockchainCommons/Community/issues/154 - #77 # Todo - [ ] Use [pybuild](https://wiki.debian.org/Python/Pybuild) to make a `debhelper` script.