Development¶
Philosophy¶
Complex workflows can always be enabled through simple APIs
With planning, simple APIs can always be constructed using clear and concise code
Satisfy the general use cases, then specialize
Continuous Integration¶
GitHub actions is used for testing and Codecov is used for detailing code coverage.
Documentation¶
Docs are hosted by GitHub Pages and are automatically built and published
by GitHub actions after every successful commit to bitcash’s master
branch.
Version Scheme¶
BitCash tries to adhere to semantic versioning as much as possible.