Janko Simonovic
Janko Simonovic
There are some differences based on the OS and shells devs are using. For example, this is fine in MacOS: ``` ceramic create tile --content '{ "title": "My first Document...
- create separate module for `Pinning` implementation(s) - create separate module for `AnchorService` implementation(s)
We are passing records and information for how to create signed records at the same API. Let's wrap all the records (not just for signed records) with DTO.
Could we enforce the size limit before storing the record in IPFS? Otherwise we spend a lot of time uploading a large file over the network for nothing. This would...
Right now the document state is not being stored/pinned on document update. Implement the feature.
If the `code` property is not present in the state overrides, it should be skipped or set to `null` on marshal. Because of the type of the property `hexutil.Bytes` the...
Think about and implement the alternative for `ethersproject/providers`. One of the combinations that could work is: - https://github.com/hyperdivision/nanoeth - https://infura.io/docs/ethereum/wss/introduction What's cool about that library is that in browser we...