net-ipfs-engine icon indicating copy to clipboard operation
net-ipfs-engine copied to clipboard

IPFS Core API implementation in .Net

Results 40 net-ipfs-engine issues
Sort by recently updated
recently updated
newest added

Inter Planetary File System _data_ can be easily corrupted by solar flares or quantum effects and don't forget about malicious attackers and [man in the middle attacks](https://en.wikipedia.org/wiki/Man-in-the-middle_attack). At the fundamental...

The engine does not honour the `compress` flag of `IFileSystemApi.GetAsync(...)`

bug

CMS content should have an option to compress the plain text before encrypting. Peter Gutman has https://tools.ietf.org/html/rfc3274 for this.

enhancement

Add a list of listen addresses to `SwarmOptions`.

enhancement

Implement the value store API in DhtApi.

enhancement
blocked

The `/dnsaddr/domain-name` protocol should find the DNS TXT records for `_dnsaddr.domain-name` that contain `dnsaddr=` and use the value as the new multiaddress. Also, the remaining parts of the original multiaddress...

CBOR is failing only on netcoreapp 2.0 ```csharp var obj = new { simple = "object" }; var cid = await ipfs.Dag.PutAsync(obj, multiHash: "sha3-512"); ``` ``` Failed Example1 Error Message:...

The local peer's `Addresses` should not contain any loop back addresses (127.0.0.1 or ::1) because other peer's cannot reach these addresses. The addresses are generated by `Swarm.StartListnerAsync`. However for testing...

## Context We'd like to be able to use the `NameApi` of [net-ipfs-api](https://github.com/richardschneider/net-ipfs-api) without requiring the daemon. All of the `CoreApi` classes have been setup, and are ready to be...

can you please give me a sample to save file to ipfs?