Skip to content

.NET Core Blockchain with cryptography process of creating and chaining blocks, network & mining etc.

License

Notifications You must be signed in to change notification settings

dpedwards/dotnet-core-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE .NET Core

A blockchain is a growing list of records, called blocks. The blocks are linked using cryptography and each block contains a cryptographic hash of the previous block, transaction data, and a timestamp.

Notable features

  • cryptography
  • process of creating blocks
  • process of chaining blocks
  • network & mining
  • etc.

Note

  • Blockchain is listening on port :43210
    • Fixed blockchain public key for easy testing: 1EDvdbQVNEtEvSsUpwunpjbGoZa3SCnkUu
    • Fixed blockchain private key for easy testing: KwdUArshaG5LjrY5bji5oJMLvWfwfxkdJAHNYXhf8A49AS89Csi3

Pictures

Mine:

Add Node:

Blockchain Overview:

Usage

Read the full instructions to use the BlockChain: https://github.com/dpedwards/dotnet-core-blockchain-payment-solution


Pull Requests

When submitting a pull request:

  1. Clone the repo.
  2. Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
  3. Open a pull request on GitHub and describe the feature or fix.

project documentation and demo pages can be found in the /docs if submitting improvements, typo corrections, etc.


Credits

Creator

Davain Pablo Edwards

Requirements

Packages:


License

MIT License

Copyright (c) 2020 Davain Pablo Edwards

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

.NET Core Blockchain with cryptography process of creating and chaining blocks, network & mining etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published