Skip to content

maxmalysh/ubqhash

 
 

Repository files navigation

Build Status Windows Build Status

Ubqhash

For details on this project, please see the Ethereum wiki: https://github.com/ethereum/wiki/wiki/Ubqhash

Coding Style for C++ code:

Follow the same exact style as in cpp-ethereum

Coding Style for C code:

The main thing above all is code consistency.

  • Tabs for indentation. A tab is 4 spaces
  • Try to stick to the K&R, especially for the C code.
  • Keep the line lengths reasonable. No hard limit on 80 characters but don't go further than 110. Some people work with multiple buffers next to each other. Make them like you :)

Python

To install:

pip3 install pyubqhash

To build:

pyenv local 3.8.2
pip3 install --upgrade pip wheel twine
python3 setup.py build 
python3 setup.py sdist bdist_wheel
twine upload dist/*

About

Ubqhash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 52.8%
  • CMake 13.6%
  • C++ 12.8%
  • JavaScript 8.7%
  • Go 8.2%
  • Python 2.8%
  • Other 1.1%