Skip to content

janwarming/mainchain

 
 

Repository files navigation

Skydoge

Learn more about Skydoge here: https://skydoge.net

Start helping here: https://github.com/skydogenet/mainchain/issues

For an example sidechain implementation, see: https://github.com/skydogenet/sidechains

What is Skydoge?

Skydoge.net is a decentralized messaging platform including it's own crypto currency built on layer 1 blockchain network also including sidechain enabled technologies. This project is a fork of Drivechain (Bitcoin Core 0.16.99 + BIPs 300 and 301) and could be implemented on Bitcoin.

License

Bitcoin Core, Drivechain and Skydoge are released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Skydoge Core.

The contribution workflow is described in CONTRIBUTING.md.

The developer mailing list should be used to discuss complicated or controversial changes before working on a patch set.

Developer IRC can be found on Freenode at #skydogenet.

Testing

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

Releases

No releases published

Packages

No packages published

Languages

  • C 56.8%
  • C++ 33.5%
  • Python 6.8%
  • M4 1.0%
  • Makefile 0.6%
  • Shell 0.4%
  • Other 0.9%