Implementation of CIDV1 according to CID's own specification and Atproto’s requirements
Implementations of MultiHash, MultiCodec, and MultiBase, with a subset of codecs based on the abstraction level required by Atproto
🌟 Features
Creation of posts via the PostBuilder API
Flexible Blob Data Model and CID implementation to allow the use of preloaded blobs in the CreateRecord lexicon without requiring a call to the UploadBlob lexicon
Added GetFollowers, GetProfiles, and CreateRecord lexicons
✨ Summary
This PR covers the implementation of several lexicons (GetFollowers, GetProfiles, CreateRecord) as well as specifications for Post, CID, and Multiformats (Multihash, Multicodec, Multibase).
🔄 Changes
GetFollowers
,GetProfiles
,CreateRecord
, and thePostBuilder
APIBlob
Data ModelCIDV1
according to CID's own specification and Atproto’s requirementsMultiHash
,MultiCodec
, andMultiBase
, with a subset of codecs based on the abstraction level required by Atproto🌟 Features