Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dora-gt/cs-ilp-core

C# implementation of Interledger Protocol
https://github.com/dora-gt/cs-ilp-core

csharp ilp interledger interledger-protocol

Last synced: about 1 month ago
JSON representation

C# implementation of Interledger Protocol

Awesome Lists containing this project

README

        

# cs-ilp-core
This is a C# implementation of Interledger Protocol v4.
Refer to [ILPv4 RFC](https://github.com/interledger/rfcs/pull/387).

OER encoder/decoder is ported from: [Quilt Project](https://github.com/hyperledger/quilt/tree/master/codec-framework).

## Objectives
- To understand ILP deeply
- To show ILP structure by code which is easy to understand
- To publish this library finally

So, we don't put priority on efficiency, whether the code runs fast or not, and extensibility.
Just aim to make it simple and easy to understand.

## Environment
- VisualStudio
- .NET Standard 2.0

## Branching Strategy
- Based on [this](http://nvie.com/posts/a-successful-git-branching-model/) branching model

## Code Formatting
- Use [policy file](dev-tools/cs-ilp-core.mdpolicy).

## License
### cs-ilp-core
- [MIT License](LICENSE)

### Hyperledger Quilt
- Apache License 2.0

### Microsoft.CSharp
- [MIT License](https://github.com/dotnet/corefx/blob/master/LICENSE.TXT)