Skip to content
Frank V. Castellucci edited this page Jun 8, 2018 · 31 revisions

hasblock-exchange design principles

While there may be exceptions, and there are, we intend to follow these principles as they align to our primary value proposition goals

  1. Immutable data
  2. Encrypted data in flight and at rest
  3. Transaction and identity anonymity

Development practices

  • Don't push code that is broken or prevents operation to master. If you need to maintain a work in progress (WIP) create a branch
  • Use the following guidelines to write commit messages. Configure your editor to use a git message template and do not use the '-m' command line option unless your commit only requires a title.
Clone this wiki locally