https://github.com/avasdao/devops
A FOSS Development Operations Center for crypto's P2P Cash builders.
https://github.com/avasdao/devops
bitcoin cryptocurrency devops
Last synced: about 1 month ago
JSON representation
A FOSS Development Operations Center for crypto's P2P Cash builders.
- Host: GitHub
- URL: https://github.com/avasdao/devops
- Owner: avasdao
- License: mit
- Created: 2022-10-05T10:00:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:45:31.000Z (over 3 years ago)
- Last Synced: 2025-10-08T20:07:18.217Z (9 months ago)
- Topics: bitcoin, cryptocurrency, devops
- Language: JavaScript
- Homepage: https://devops.cash
- Size: 36.4 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Roadmap: docs/ROADMAP.md
Awesome Lists containing this project
README
# Cash DevOps

[](https://travis-ci.com/modenero/devops.cash)
[](https://greenkeeper.io/)
DevOps provides the Crypto community with its own platform to support developers, by supporting the effortless BUIDLing of services on top of BCH.
__It's time we ALL come together to BU!DL BCH! and #MakeBitcoinCashAgain__
> Cash DevOps will __always be 100% FREE__ for use by the Crypto community;
as well as any others that wishes to BUIDL on top of BCH.
# Publishing your project(s) on DevOps
Anyone can manage their personal and/or team projects on DevOps. However, in order to __PUBLISH,__ it is required that project use open source software licenses compatible with other projects in the Crypto ecosystem for __ALL__ client-side _(user-facing)_ source code.
### What is client-side?
1. Website (html, js, css, etc) source code
2. Mobile app source code
3. IOT (hardware) embedded code
4. Smart contract code
You __MUST__ have your code available on a publicly-accessible source code repository _(eg. Github, Bitbucket, Gitlab, etc)._
__NOTE:__ Repos can be self-hosted.
It is __NOT__ required to have an open-source back office to qualify for publishing.
### What is back office?
This will typically be Application Programming Interface (API) servers, that interface with the client. These servers/systems can often require:
1. Security keys
2. Proprietary integrations
As a result, there is __NO__ requirement for these code-bases to be open source.