Skip to content

markhary/blockchain

Repository files navigation

Blockchain

Blockchain is my repository for blockchain related utilities.

Installation

npm install

Testing

npm test

Contributing

You are welcome to contribute provided you accept the Contributor Covenant Code of Conduct. Also, please observe the following:

  • Submit a pull request. Remember, this is an educational repository. Therefore, in the PR, tell me how you figured out what you figured out. Links and background are very much appreciated, see my acknowledgements below and follow the same guidelines.
  • Sign your commits.
  • Comment your code!
  • Look at the other source files and follow the same general style and naming conventions. Most importantly, use meaningful variable names:
    • bad example: int a, aa, a1, a1a, aaaaa;
    • good example: int a, b, average, numDogs, temperature;
  • Follow my test methodology and naming conventions

Thank you for your contributions, and thank you for keeping a consistent style to the repository!

Versioning

This project uses Semantic Versioning 2.0.0. Please see tags on this repository.

License

This repository is licensed under The Unlicense.

Acknowledgements

About

Utilities for playing around with blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published