You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -11,7 +12,6 @@ The core objects and interfaces of the [IPFS](https://github.com/ipfs/ipfs) (Int
11
12
The interplanetary file system is the permanent web. It is a new hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.
12
13
13
14
It supports the following runtimes
14
-
15
15
- .NET Framework 4.5
16
16
- .NET Standard 1.4
17
17
- .NET Standard 2.0
@@ -64,16 +64,16 @@ Most binary data (objects) in IPFS is represented as a [Base-58](https://en.wiki
64
64
65
65
> Base58 is a group of binary-to-text encoding schemes used to represent large integers as alphanumeric text. It is similar to Base64 but has been modified to avoid both non-alphanumeric characters and letters which might look ambiguous when printed. It is therefore designed for human users who manually enter the data, copying from some visual source, but also allows easy copy and paste because a double-click will usually select the whole string.
66
66
67
-
# Related Projects
67
+
##Related Projects
68
68
69
69
-[IPFS DSL](https://github.com/cloveekprojeqt/ipfs-dsl) - A declarative embedded language for building compositional programs and protocols over the InterPlanetary File System.
70
70
-[IPFS HTTP Client](https://github.com/richardschneider/net-ipfs-http-client) - A .Net client library for the IPFS HTTP API.
71
71
-[IPFS Engine](https://github.com/richardschneider/net-ipfs-engine) - Implements the Core API.
72
72
-[Peer Talk](https://github.com/richardschneider/peer-talk) - Peer to peer communication
The IPFS Core library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php"Read more about the MIT license form") license. Refere to the [LICENSE](https://github.com/richardschneider/net-ipfs-core/blob/master/LICENSE) file for more information.
77
+
The IPFS Core library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php"Read more about the MIT license form") license. Refer to the [LICENSE](https://github.com/richardschneider/net-ipfs-core/blob/master/LICENSE) file for more information.
78
78
79
79
<ahref="https://www.buymeacoffee.com/kmXOxKJ4E"target="_blank"><imgsrc="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png"alt="Buy Me A Coffee"style="height: auto!important;width: auto!important;" ></a>
0 commit comments