Giter Club home page Giter Club logo

vault's Introduction

This repository contains a large collection of open source software projects (34!) that I've written, going as far back as 2009.

Many were/are popular libraries downloaded over a hundred thousand times. Many were and still are little libraries I use often when I don't want to write the same code over and over again.

For various reasons, like technology churn, but mainly the amount of time and attention it takes to curate open source projects, projects come and go, interests wane, relentless requests for help from addled freelancers pile on...

I often utilize these libraries for commercial projects, where needed, as they contain perennial solutions to many common challenges, especially in web development (DI, caching, data connection scoping, bulk copying, et al.).

For the most part, every project in this vault has a separate README file so you get a sense of what it is used for.

However, all code in this repository is considered "final state". No pull requests or issues will be fielded. That said, I do update libraries from time to time if clients permit, I have spare time, or I need to solve my own problem. If you need commercial support or custom development using these libraries, feel free to get in touch.

If you want to use code from this repository, fork, and provide a citation for the project's respective license.

All licenses and copyrights for respective sub-projects in this repo remain intact.

A quick note about NuGet:

While most of these projects have NuGet libraries, I can't promise a timely upgrade schedule for those packages.

License

FOSSA Status

FOSSA Status

ChainLib

A general purpose blockchain programming library for .NET Standard 2.0.

The goal of the project is to be a useful library for creating blockchains for various purposes, outside of crypto-economics, i.e. no work proofs.

"White label" blockchains may be created using JSON definitions, such as:

{
  "name": "MyChain",
  "storageEngine": "sqlite",
  "storageDirectory": "",
  "genesisBlock": {
    "timestamp": 1465154705,
    "objects": [],
    "previousHash": [ 0 ],
    "hash": [ 223, 200, 53, 69, 156, 0, 241, 84, 112, 105, 230, 141, 19, 145, 92, 120, 96, 73, 218, 216, 195, 150, 243, 213, 69, 192, 77, 148, 75, 47, 111, 149 ]
  },
  "proofOfWork": "none",
  "hash": [ 209, 47, 27, 131, 77, 179, 186, 26, 35, 127, 46, 150, 242, 141, 251, 47, 70, 14, 188, 126, 33, 176, 205, 113, 72, 50, 50, 139, 71, 9, 188, 181 ]
}

Third Party Software

Initially based on an idiomatic port of https://github.com/conradoqg/naivecoin for .NET Core, licensed under Apache 2.0 License terms are available here: https://github.com/conradoqg/naivecoin/blob/master/LICENSE

This code relies on lib-sodium for cryptography: https://github.com/adamcaudill/libsodium-net, licensed under MIT. License terms are available here: https://github.com/adamcaudill/libsodium-net/blob/master/LICENSE

WarpWallet support uses self-contained SCrypt and PBKDF2 functions written by James F. Bellinger, licensed under MIT. License terms are available here: https://github.com/danielcrenna/ChainLib/blob/master/src/ChainLib.WarpWallet/Internal/SCrypt.cs

vault's People

Contributors

akurdyukov avatar alexmg avatar alexxxander avatar avish avatar ayende avatar cupcicm avatar danielcrenna avatar davidglassborow avatar etishor avatar fossabot avatar mercury2269 avatar mgaspar avatar msiehoff-gr avatar pashcovich avatar pentop avatar petemounce avatar pieterbreed avatar robertmilne avatar robertmircea avatar wbardzinski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.